Does anybody know how to hard code the username and password on a query using ODBC linked databases.
I'm using CreateQueryDef on some embedded SQL, then the '.Execute' method to run the query and would like the user to not have to enter the security information to access the linked tables.
I've tried relinking the tables using a connection string but this takes too long and I sometimes get a 'No Installable ISAM' error.
Any Ideas?
I'm using CreateQueryDef on some embedded SQL, then the '.Execute' method to run the query and would like the user to not have to enter the security information to access the linked tables.
I've tried relinking the tables using a connection string but this takes too long and I sometimes get a 'No Installable ISAM' error.
Any Ideas?