Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Execution Cancelled on Open Recordset - Why??

Status
Not open for further replies.

hegartyjp

Programmer
Jun 16, 2004
57
US


Would really like some help with this as it is driving me insane.

I have an access database which is linked via ODBC to SQL Server.

I create an SQL string in access and create a connection.

I then use the line:

Set rst = connodbc.openrecordset(SQLString)

Usually it works but at times I get the message:

Run Time error 3669
Execution Cancelled

Can anyone tell me why this is. It would make my day so much better.

Thanks


 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top