I am building an query which refers to a table in another database using the IN clause, however the database is password protected.. do you know what would be the syntax in the IN clause to pass the password?
SELECT * FROM tblName IN 'Address /pwd pssword'
I get this a an error message. "Address is not a valid path. Make sure that the path name is spelled correctly and that you are connected to the server on which the file resides."
The path is correct because it is a copy and paste from the address bar. Tried both single and double quotes.
Any help would be appreciated.
SELECT * FROM tblName IN 'Address /pwd pssword'
I get this a an error message. "Address is not a valid path. Make sure that the path name is spelled correctly and that you are connected to the server on which the file resides."
The path is correct because it is a copy and paste from the address bar. Tried both single and double quotes.
Any help would be appreciated.