Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Select problem
Message
From
17/03/1999 15:49:10
Sylvain Allard
Services Informatique Nda
Montréal, Quebec, Canada
 
 
To
All
General information
Forum:
Visual Basic
Category:
Database DAO/RDO/ODBC/ADO
Title:
Select problem
Miscellaneous
Thread ID:
00198878
Message ID:
00198878
Views:
51
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.
Next
Reply
Map
View

Click here to load this message in the networking platform