Hi,
In my application the user enters password information in a form and this is passed into the ODBC connection string for each query. The thing is that after a correct password is passed in, it seems access no longer checks the connection string!
In other words, if I run a passthrough query with a correct connection string, and then modify the connection string to be INcorrect, the query will still work. I'd rather it didn't.
Any advice on how to delete the stored/hidden connection string?
Thanks, Dan
In my application the user enters password information in a form and this is passed into the ODBC connection string for each query. The thing is that after a correct password is passed in, it seems access no longer checks the connection string!
In other words, if I run a passthrough query with a correct connection string, and then modify the connection string to be INcorrect, the query will still work. I'd rather it didn't.
Thanks, Dan