Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SQL server BUSY
Message
From
15/01/2003 17:10:33
Joel Hokanson
Services Integration Group
Bellaire, Texas, United States
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
SQL server BUSY
Miscellaneous
Thread ID:
00742131
Message ID:
00742131
Views:
47
**fixit
I am trying to use an sql table through a remote view in a DBC.

I can open the DBC fine and even browse the SQL table with the view, but when I try to step through it, I get a message SQL BUSY

HELP


code:

close data all
clear all
store datetime() to xx
=dbcopen() &&function to open master DBC shared with no update
sele a
use sql_picdataentry
do while not eof()
if substr(batchnum,1,8)="19980419"
replace a.loadate with xx
endif
skip 1

enddo
quit
Next
Reply
Map
View

Click here to load this message in the networking platform