Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Remote view to an Access database
Message
De
08/10/1999 10:39:14
Sergio Ortiz
Tek Services Group, Llc
Hollywood, Floride, États-Unis
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Remote view to an Access database
Divers
Thread ID:
00274218
Message ID:
00274218
Vues:
58
Hello everyone,

I am doing the following :


IF !USED('euc_database_view')
USE euc_database_view IN 0
SELECT euc_database_view
ELSE
SELECT euc_database_view
ENDIF
SELECT Sales_Transaction
APPEND FROM DBF('euc_database_view')

The problem is that the above code only append 100 records instead of 600.

Could it be that I have to give more time to the remote view to open before I append???.

Any help would be appreciated.


Sergio Ortiz
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform