Ö
Özden Irmak
Hi,
I'm linking tables from other access databases to my master access database
in run-time via ADO code. I can do it for databases which has no password or
workgroup file attached for them like this :
MyTable.Properties("Jet OLEDB:Link Datasource") = MySourcePath
MyTable.Properties("Jet OLEDB:Remote Table Name") = TableName
MyTable.Properties("Jet OLEDB:Create Link") = True
Does anybody has the proper code samples to link tables from databases which
has password or has a workgroup file attached to it?
Thanks in advance...
Özden
I'm linking tables from other access databases to my master access database
in run-time via ADO code. I can do it for databases which has no password or
workgroup file attached for them like this :
MyTable.Properties("Jet OLEDB:Link Datasource") = MySourcePath
MyTable.Properties("Jet OLEDB:Remote Table Name") = TableName
MyTable.Properties("Jet OLEDB:Create Link") = True
Does anybody has the proper code samples to link tables from databases which
has password or has a workgroup file attached to it?
Thanks in advance...
Özden