Member Login

Username
Password
Forget Password
New Sign Up
Search Forum

Buy Support
Incidents

If you can't find your answer in the FREE PUBLIC QDeveloper Forum, require URGENT Priority Support, or you need to send us private or confidential information:

Click Here
If you can't login and post questions or you are having trouble viewing forum posts:
Click Here
Callback
Support

If you live in USA, UK, Canada, Australia or New Zealand, you can leave us details on your question and request us to call you back and discuss them with you personally  (charges apply).

Click Here
 
Buy Support
Incidents
If you can't find your answer in the FREE PUBLIC QDeveloper Forum, require URGENT Priority Support, or you need to send us private or confidential information:
Click Here

Forum : Table or row lockSearch Forum

Forum Home > QODBC - ODBC Driver for QuickBooks > QODBC v9 Forum

 New Topic 
 
 Post Reply 
[1]  
 Table or row lock 
 Author   Message 
  barantes 
  
 Group: Members 
 Posts: 3 
 Joined: 2008-11-21 
 Profile
 Posted : 2008-11-22 08:51:10

Hi all,

How can I lock a table or a row throw the ODBC driver and SQL statement? Is it possible like MSSQL:

Select top 1 snumber, getDate() as data From stable with (updlock, rowlock) where cpf is null Order By NewID()

Best regards,

Renato

 

  Top 
  Tom 
  6c3c1_sdk-qodbc.gif
 Group: Administrator 
 Posts: 5510 
 Joined: 2006-02-17 
 Profile
 Posted : 2008-11-22 09:07:12
No, all the locking is actually done automactically by the Data Access API called from within FlexODBC. DataFlex Embedded Database actually are Table locked only. 

  Top 
 New Topic 
 
 Post Reply 
[1]  

Jump to