Locking in VB5 and SQL Server 6.5 using stored procs 
Author Message
 Locking in VB5 and SQL Server 6.5 using stored procs

I'm having difficulty working out the locking mechanism using VB5 and
SQL Server 6.5 using stored procs ( and RDO).
You can only declare a read only result set against a stored proc. How
now, do you lock, either optimistically or pessimistically, the
records in SQL server.
Two possible methods : Implement the ODBC scheme of keeping a copy
locally and then re-reading the server data to detect change or
implement a semaphore locking table on the server.
Any advances?



Tue, 07 Mar 2000 03:00:00 GMT  
 
 [ 1 post ] 

 Relevant Pages 

1. SQL Server 6.5 Stored Procs

2. SQL Server 6.5 Stored Procs

3. Stored Procedures with VB5/SQL Server 6.5

4. executing SQL Server 6.5 stored procedure using VB 5

5. Using VB5 and Sql Server 6.5

6. connecting to MS SQL Server 6.5 using VB5

7. How to..Using VB5 with Sql server 6.5

8. SQL Server 6.5 Locking

9. Record Locking in MS SQL Server 6.5

10. Record Locking, SQL Server 6.5

11. Get Username or Computername after lock (or deadlock) errors from MS SQL server (7 or 6.5)

12. ADO's Connection.beginTran will lock SQL Server 6.5

 

 
Powered by phpBB® Forum Software