|
-
Oct 8th, 2002, 03:14 AM
#1
Thread Starter
Addicted Member
SQL path parameter
Hi all,
I am trying to use the follwoing SQL in my VB app which uses the DE;
INSERT INTO TableB ( Field1, Field2) IN dbServer
SELECT Field1, Field2
FROM TableA;
where dbServer is the path parameter for TableB.
I keep getting a syntex error and have tried using a second variable dbServerB variable as:
dbServerB = " ' " & dbServer & " ' "
and using dbServerB in the SQL.
I have set the parameter property to adBSTR.
Any solution would be much appreciated.
Many Thanks
Jack
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|