Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SQL server BUSY
Message
De
15/01/2003 17:10:33
Joel Hokanson
Services Integration Group
Bellaire, Texas, États-Unis
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
SQL server BUSY
Divers
Thread ID:
00742131
Message ID:
00742131
Vues:
48
**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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform