I am doing work for a client, and he has a web page on his server, and a SQL database on another machine, it is more locally on the intranet. I don't know if this is possible, but I am trying to connect to the database from the webpage, but I keep getting the error
VB Code:
  1. Microsoft OLE DB Provider for ODBC Drivers error '80040e4d' [Microsoft][ODBC SQL Server Driver][SQL Server]Login failed for user 'absolute'. Reason: Not associated with a trusted SQL Server connection.
Is there anyway to connect to the database?