M
mizveggie
I have been working on this Access 2007 application for at least 6
months now. I have distributed live versions running on several user
workstations. Beginning yesterday, I started to get an ODBC --Call
failed error in my development environment. I have not changed any
settings and originally did not change any ODBC connections. My
application links to SQL Server 2005 tables, and when I have a query
that accesses these tables I will sometimes get the error. The
behavior is incredibly erratic. Within one procedure I execute 2 SQL
calls which incorporate the linked SQL tables. The first one
executes, then the second returns the ODBC --Call failed error.
However, this morning they both executed fine for several hours. Very
strange behavior. I changed the ODBC connection from a file
connection to a machine data source and that has no effect on the
behavior. I have profiled SQL Server and I see the successful
procedure calls, but I do not see any attempts at connection that have
failed. I have tried to trace ODBC itself, but either I do not know
what I am doing (possible and likely) or the log file is not being
created at all. Any and all help will be very greatly appreciated.
months now. I have distributed live versions running on several user
workstations. Beginning yesterday, I started to get an ODBC --Call
failed error in my development environment. I have not changed any
settings and originally did not change any ODBC connections. My
application links to SQL Server 2005 tables, and when I have a query
that accesses these tables I will sometimes get the error. The
behavior is incredibly erratic. Within one procedure I execute 2 SQL
calls which incorporate the linked SQL tables. The first one
executes, then the second returns the ODBC --Call failed error.
However, this morning they both executed fine for several hours. Very
strange behavior. I changed the ODBC connection from a file
connection to a machine data source and that has no effect on the
behavior. I have profiled SQL Server and I see the successful
procedure calls, but I do not see any attempts at connection that have
failed. I have tried to trace ODBC itself, but either I do not know
what I am doing (possible and likely) or the log file is not being
created at all. Any and all help will be very greatly appreciated.