Yes it is. If there is any thing else that could be used then please suggest me.
thanking you....
User Profile
Collapse
-
Locking Access Database
I have a table where all serial no. are kept. Suppose one of them is Bill_serial_no. when two users are simalteneusly making bills the Bill no is same for both the bills in the bill table, but the Bill_serial_no gets incremented by 2. I have tried the following code :
dim cn as ADODB.Connectio n
dim rs as ADODB.Recordset
sqtxt="select * from SerialTable"
set rs=New ADODB.RecordSet
With...
No activity results to display
Show More
Leave a comment: