This is a discussion on Re: C/C++ whith MS SQL over ODBC -> Connect within the MS SQL ODBC forums, part of the Microsoft SQL Server category; --> Hi. Thank you for your Answer. IŽve found another way to connect -> SQLConnectDriver(...) there i can configure to ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hi. Thank you for your Answer. IŽve found another way to connect -> SQLConnectDriver(...) there i can configure to whitch database iŽll connected. Greetings, Anatoli. "Brannon Jones" <branjo@nospam.microsoft.com> schrieb im Newsbeitrag news:#8YYYD0RDHA.2768@tk2msftngp13.phx.gbl... > If you're using SQLConnect() then you are using a DSN. By default the DSN > will connect to the 'master' database. If you don't have permissions for > the master database you will get this error. Try changing the default > database in the DSN to point to the database that the user has access to. > > Alternatively, you can try setting the database before calling SQLConnect() > using SQLSetConnectAttr() with SQL_ATTR_CURRENT_CATALOG. > |