I'm using the SQL Server 3.70 ODBC Driver. How do I force the ODBC Driver to ask for a UserID & password?
At the moment the only way I can get the ODBC driver to work on a number of various PC's is by embedding my UserID & Password, but then the driver won't prompt the user for his/her UserID. Thus, all queries are being logged as being performed by me.
With our AS400 ODBC Driver I can simply leave the UID & PWD blank and it'll prompt the user for his/her UID & PWD. But SQL Server fails if it's left blank. With our Ingress ODBC Driver I supply a generic UserID IIPROMPTALL and it prompts the User for identification. Is there some sort of equvilant with SQL Server?
Thanks,
Peter
At the moment the only way I can get the ODBC driver to work on a number of various PC's is by embedding my UserID & Password, but then the driver won't prompt the user for his/her UserID. Thus, all queries are being logged as being performed by me.
With our AS400 ODBC Driver I can simply leave the UID & PWD blank and it'll prompt the user for his/her UID & PWD. But SQL Server fails if it's left blank. With our Ingress ODBC Driver I supply a generic UserID IIPROMPTALL and it prompts the User for identification. Is there some sort of equvilant with SQL Server?
Thanks,
Peter