I am converting an Access 97 application to a SQL 7 backend and was wondering what is the best way to setup login security. On some clients multiple users will be using a single computer so SQL security must be used instead of NT security.
I've tried having the ODBC datasource ask for userId and password, but it wants to do this between every form.
Is there a secure way to connect the user to SQL only as the application starts?
Thank you for your help,
Matt
I've tried having the ODBC datasource ask for userId and password, but it wants to do this between every form.
Is there a secure way to connect the user to SQL only as the application starts?
Thank you for your help,
Matt