Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #4K
~937 People Reached
Favorite Forums
Favorite Tags
asp x 15
Member Avatar for Shailesh25

[code]con.BeginTrans con.Execute "insert into A3 values(1,'B')",cnt1 con.Execute "insert into A3 (id3) values(1)",cnt2 con.CommitTrans[/code] if second statement fails to execute then it should rollback the transcaction. Here, I want to check whether any transaction is still in process and error has come. If this is the case then will rollback transaction. …

0
58
Member Avatar for grii_19

i have installled IIS . but when i try to open up [url]http://localhost[/url] ... it says page cannot be displayed ..... what i have to do .... i even tried with my computer name .. same error page cannot be displayed using xp pro sp2 ? what do i have …

Member Avatar for grii_19
0
592
Member Avatar for AniWeb

Hello All, I want to store data into MS Access database without using DSN (Data Source Name). For his I have done the coding:- [code] <% dim stud1 set stud1=server.createobject("adodb.connection") stud1.Open "Provider=Microsoft.Jet.OLEDB.4.0; Data Source=" & Server.MapPath("amitdatabase.mdb") %> <% dim stud2,stud3 set stud2=server.createobject("ADODB.Recordset") stud3 = "SELECT tblComments.Name, tblComments.Comments FROM tblComments;" stud2.CursorType …

Member Avatar for SheSaidImaPregy
0
90
Member Avatar for Shailesh25
Member Avatar for nav33n
0
74
Member Avatar for syedferhat

Hi Friends I have a form having multiple field such as option button set and checkbox with different names and values and on next page i want to get there name and value. The problem is that if i only use/checked option button i got proper names of object (option …

Member Avatar for Shailesh25
0
123