No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
5 Posted Topics
[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. …
check whther the IIS is running check whther u have created a virtual directory if virtual directory is created then put html file into it and run it on browser. if it is running then rename its extension to asp and check whther it is running or not? It must …
comment following lines 'stud1.open stud2,stud3 'stud2.CursorType = 2 'stud2.lockType = 2 and instead of this 'stud1.open stud2,stud3 write this stud2.open stud3,stud1
can we write queries in functions I mean can execute queries in funcitons?
Qst1 = 1 Qst2 = 3 Qst3 = 3 Qst4 = 2 Best_Qst = 1, 4 Do u want ur reply in this manner? I mean "after checking all the options u want to display the "Best_Qst". Right?
The End.
Shailesh25