Query "INSER INTO" with password on databases (Access)
From: ntex (m)
Date: 01/21/05
- Next message: Victor Koch: "Re: Query "INSER INTO" with password on databases (Access)"
- Previous message: Sam Davis: "Transactions."
- Next in thread: Victor Koch: "Re: Query "INSER INTO" with password on databases (Access)"
- Reply: Victor Koch: "Re: Query "INSER INTO" with password on databases (Access)"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 21 Jan 2005 20:06:41 -0000
I have nasty problem I need to use a query to insert records from a table to
another table (access) but, both tables have passwords, I'm using VB6
through ADO, but I can't make it, always have an error, if I put the
password gives an error on syntax "insert into", if I don't of course gives
an error that is invalid password.
Example of SQL used:
INSERT INTO [;PWD=password].TableZ ( Field1, Field2 ) IN
'D:\Incoming\z.mdb'[;PWD=password]
SELECT Field1, Field2 FROM TableX;
Can anyone give me a hand. Thanks.
- Next message: Victor Koch: "Re: Query "INSER INTO" with password on databases (Access)"
- Previous message: Sam Davis: "Transactions."
- Next in thread: Victor Koch: "Re: Query "INSER INTO" with password on databases (Access)"
- Reply: Victor Koch: "Re: Query "INSER INTO" with password on databases (Access)"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|
|