-2147467259 |
3/9/2004 6:12:32 AM |
ASPRunnerPro General questions | |
A
awl author
I use MS Access (serwis.mdb) database with MS SQL (OCSSMALL03) tables linked and every time I try to view data in IE I receive above mentioned error number with description [Microsoft][ODBC Microsoft Access Driver] ODBC--connection to 'OCSSMALL03' failed. There is dbconnection line: |
|
![]() |
Sergey Kornilov admin 3/10/2004 |
I guess it happens because IIS user don't have rights to connect to SQL server. Make sure that when you link SQL server tables in MS Access you use SQL server authentication instead of Windows authentication. |
A
|
awl author 3/12/2004 |
During linking SQL tables there is no possibility to choose type of autentication. Only when ODBC DSN is configured I can make choice of SQL or Windows autentication. When SQL tables are linked I'm asked for password only. |
![]() |
Sergey Kornilov admin 3/12/2004 |
Adam, |
A
|
awl author 3/15/2004 |
Sergey, |
![]() |
Sergey Kornilov admin 3/17/2004 |
When you link SQL Server tables in MS Access you can create new ODBC DSN that points to your SQL Server. When you create DSN you have a choice between "Windows authentication" and "SQL Server authentication". You need to choose "SQL Server authentication" and type username and password. |