How to transfer data between two independent but password protected mdb files?

  • Thread starter Thread starter XR
  • Start date Start date
X

XR

For example, I intend to execute such a sql statement:
"insert into _homework_cctv select * from
[F:\old\Work\bmcwork\data\xdata.bin]._homework_cctv"
but F:\old\Work\bmcwork\data\xdata.bin is protected by a password. Access
always tells me the password is wrong.
How can I tell access the password of the later database?
thx!
 
got it.
"insert into _homework_cctv select * from
[F:\old\Work\bmcwork\data\xdata.bin;pwd=blahblah]._homework_cctv"
will work:)))
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top