If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > Delphi, C etc > Cursors & Locking on the table?

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 02-05-03, 17:12
nmr nmr is offline
Registered User
 
Join Date: Oct 2002
Posts: 29
Question Cursors & Locking on the table?

I want to know more about Cursors and Locking in VB. Where can I get info regarding this?. Assume, if I set ADO cursor type to Dynamic and execute a select sql on a table, subsequent update by another user on that table, how this update reflects on the ADO recordset?

Thanks
Reply With Quote
  #2 (permalink)  
Old 02-06-03, 09:43
Bruce A. Baasch Bruce A. Baasch is offline
Registered User
 
Join Date: Nov 2002
Location: Ohio
Posts: 90
Hi nmr,

The actual locking information in stored in the .ldb file associated with your .mdb database. There are various utilities available on the web to read and/or clear the locking file.

General locking information usually revolves around "pessimistic" and "optimistic" locking keywords. Microsoft knowledgebase search should help.

Good luck,
__________________
Bruce Baasch
Reply With Quote
  #3 (permalink)  
Old 02-28-03, 02:10
paCkeTroUTer paCkeTroUTer is offline
Registered User
 
Join Date: Feb 2003
Location: Melbourne, Australia
Posts: 2
Thumbs up Locking example for Access Database

If you are looking for locking records for access database, here is an example http://quilon.no-ip.info/phpbb2/viewtopic.php?t=7
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On