ODBC Call to SQL Server Fails from ASP Application
From: Paul Gascoigne (paul.gascoigne@breeze-it.com)
Date: 08/14/02
- Next message: Andrew J. Kelly: "Re: Urgent: Permissions Problem with Dynamic SQL"
- Previous message: Michael Hotek: "Re: Easy way to convert your database to a ASP application"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: "Paul Gascoigne" <paul.gascoigne@breeze-it.com> Date: Wed, 14 Aug 2002 13:06:14 +0100
We have an Access 2000 database that uses a file DSN to link to a number of
SQL Server tables (via linked tables facility), there are no problems with
this DSN connection in the Access 2000 Environment. However, when trying to
access the same linked SQL Server tables (via Access) from an ASP
application, the connection to SQL Server fails (using both a trusted and
non trusted connection with the DSN - we've tried both). However, if we try
to connect directly to the SQL Server tables using the same DSN bypassing
Access, we have no problems.
So to summarise:
ASP direct to SQL Server via DSN - OK.
ASP to Access 2000 to SQL Server via linked tables using same DSN - not OK.
We're assuming we have the correct permission set-up since the ASP
application works fine in scenario 1 described above.
Please help, this problem is torturing 3 developers. Before you ask, there
is a reason good why we want to go via Access and not direct to SQL Server.
Thanks in advance.
PG
- Next message: Andrew J. Kelly: "Re: Urgent: Permissions Problem with Dynamic SQL"
- Previous message: Michael Hotek: "Re: Easy way to convert your database to a ASP application"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|