O
Otuatail
Can anyone resolve this problem please
I do not have any password on my Access mdb file
All I have done is select a USER DSN and MS Access Database, and browsed to
locate it.
dsn = "DSN=SampleDE;PWD=;"
Set connection = Server.CreateObject("ADODB.Connection")
Set rsTables = Server.CreateObject("ADODB.Recordset")
connection.Open dsn
Please any help on this
TIA
Paul.
I do not have any password on my Access mdb file
All I have done is select a USER DSN and MS Access Database, and browsed to
locate it.
dsn = "DSN=SampleDE;PWD=;"
Set connection = Server.CreateObject("ADODB.Connection")
Set rsTables = Server.CreateObject("ADODB.Recordset")
connection.Open dsn
Please any help on this
TIA
Paul.