Hi,
I have a manager who's rewritten the Access database that my ASP queries (successfully) so that it now runs queries against a SQL Server database.
The problem I'm getting is when I try to do the recordset open, it's giving me an ODBC "connection to <dsn> failed".
When running the query thru access, it asks for the uis & pw - I think this is where the ASP is falling down. It open the access connection ok, but can't pass security info on thru SQL Server. Would this be fixed by setting the Access=>SQL Server linked tables as Trusted Connections? What entry would I need to put in the Trusted Connections group to allow the ASP to get thru?
Bit of unexplored territory here for me ...
Sc0uSe
I have a manager who's rewritten the Access database that my ASP queries (successfully) so that it now runs queries against a SQL Server database.
The problem I'm getting is when I try to do the recordset open, it's giving me an ODBC "connection to <dsn> failed".
When running the query thru access, it asks for the uis & pw - I think this is where the ASP is falling down. It open the access connection ok, but can't pass security info on thru SQL Server. Would this be fixed by setting the Access=>SQL Server linked tables as Trusted Connections? What entry would I need to put in the Trusted Connections group to allow the ASP to get thru?
Bit of unexplored territory here for me ...
Sc0uSe