Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Append from SQl table (remote view)
Message
De
17/12/2003 17:43:16
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:
Append from SQl table (remote view)
Divers
Thread ID:
00860162
Message ID:
00860162
Vues:
105
I want to append from an SQL table into a local DBF

If I do this:
open database mydbc
sele 0
use SQL_table_remote_view
sele 0
Use Mydbf
append from dbf("SQL_table_remote_view)

It will append ZERO records


If I do THIS:
open database mydbc
sele 0
use SQL_table_remote_view
Browse &&wait until the entire table loads
sele 0
Use Mydbf
append from dbf("SQL_table_remote_view)

It will append ALL of the records

How do I make Foxpro wait until the SQl table is loaded?


VFP 8 SP1 MS SQL 2000
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform