Not A Valid Password




When I write something like this (where qrPRODUCT is TADOQuery)

With qrPRODUCT Do
Begin
Close; SQL.Text:=?INSERT INTO [Product] IN ?C:\Mathie\DIV1.mdb? SELECT * FROM [Product]?;
Open;
End;

I get an error ?Not A Valid Password?. This is because DIV1.mdb
has a database password ?MAT?. Is there a way to embed the DB
password of another DB in SQL statement?
Thx


.