Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Select problem
Message
De
17/03/1999 15:49:10
Sylvain Allard
Services Informatique Nda
Montréal, Québec, Canada
 
 
À
Tous
Information générale
Forum:
Visual Basic
Catégorie:
Bases de données DAO/RDO/ODBC/ADO
Titre:
Select problem
Divers
Thread ID:
00198878
Message ID:
00198878
Vues:
53
Hi!
I'm trying to get infos in a table of the current opened database and copy it to a new table in another database, but I always get the error 3067 in vb5, following is a piece of code I use.

set dbfas=opendatabase("c:\fas.mdb")
sSql="select * into [fas_temp] in c:\temp.mdb from [fas_hld] where agent_id='96202222';"

dbfas.execute sSql

Am I doing something wrong?

Thanks for your replies.
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform