Re: Query tables in two access databases with password
- From: "Mary Chipman [MSFT]" <mchip@xxxxxxxxxxxxxxxxxxxx>
- Date: Thu, 08 Sep 2005 20:03:37 -0400
Remove the database password. It's totally useless as protection and
only gives you headaches. Anyone interested in your data only has to
do a simple internet search and they're in.
--Mary
On Thu, 8 Sep 2005 08:26:09 -0700, "Nakio"
<Nakio@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote:
>I am working with ado with two database, both with password. I am connected
>to database db1 with Ole Db (i open the conection with password)
>
>When I execute this query (it works when there is no password in the
>database):
>
>dim strSql as string
>strSql = "INSERT INTO [Table1] SELECT * From [c:\Test\db2.mdb][Table1]"
>cnn.Execute strSql
>
>an error occurs because dabase db2.mdb has a password.
>
>Do you know how can i do that?
>I dont want to link Table2 in database db1
.
- Follow-Ups:
- References:
- Prev by Date: RE: SQL delete unrelated records
- Next by Date: Re: Access Linked server generates (Error 7399 / 7312)
- Previous by thread: Query tables in two access databases with password
- Next by thread: Re: Query tables in two access databases with password
- Index(es):
Relevant Pages
|
Loading