|
|
Question : E-FAIL Status error on ADP - Access/SQL
|
|
We converted our Access.mdb (2003) over to an Access Data Project (adp) and worked the issues of making things work but sometimes when we go into the application, on different programs, we get an error "Data Provider or other service returned a E-FAIL status". When it was just happening on one program, we figure it was trying to bring back to many records but then it started happening on other programs. Once it comes up with the error, we have to exit the program and come back in - it is like it loses the connection to the SQL server.
|
Answer : E-FAIL Status error on ADP - Access/SQL
|
|
You have no WHERE clause so you're pulling all the records. I would suggest limiting the query to only those records the user needs.
|
|
|
|
|