Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Cannot Find Installable ISAM
Message
 
À
01/03/2002 19:12:58
Mike Sue-Ping
Cambridge, Ontario, Canada
Information générale
Forum:
Visual Basic
Catégorie:
Bases de données DAO/RDO/ODBC/ADO
Divers
Thread ID:
00627116
Message ID:
00627546
Vues:
11
Have you tried to use the following syntax to insert data into the Access database?

INSERT INTO ["c:\anydatabase.mdb"].TableName(Field1, Field2)
SELECT Field1, Field2
FROM TableName

If you execute this against your FoxPro connection to insert data into the Access table, it should work. I usually create a temp table that I can then use to run queries against. One more step when using VB, but it is not that bad.

Jason
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform