Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Nolock command
Message
From
28/08/2001 15:11:02
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Nolock command
Miscellaneous
Thread ID:
00550008
Message ID:
00550008
Views:
57
i am trying to write a sql statement in visual that resembles the following:
select a_alias
scan

If a_alias->field > 0 .and. not empty(a_alias->field)

Insert into a_alias2 ;
( a , ;
b , ;
c )
Values (a_alias->x , ;
a_alias->y, ;
a_alias->z)

endif
endscan


i do not want to tie up the database files though. does visual foxpro have a nolock command that will not lock the table when the above code is being executed? any suggestions would be appreciated. thanks.
Next
Reply
Map
View

Click here to load this message in the networking platform