I have an Access97 app (they're not in a position to upgrade) that has links to data in a SQL Server database. There are some pretty intense queries that are in it that ran fine when the interface and data was all Access, but now the the data is in SQL Server I'm getting error messages that imply that the SQL Statement itself is too long. Investigating further it appears as though the actual problem is the ODBC connection is timing out. Does anyone know of a way to increase the time?
Thank you.
Thank you.