E
Eric
I have a Delete query that clears some temp tables -
The SQL:
DELETE tempGroup.* FROM tempGroup;
The code:
Set QryDef = DB.QueryDefs("qryTempSowGroupDelete")
QryDef.Execute (dbSeeChanges)
I get the following Error:
3146 ODBC Call Failed.
I know there are probably better ways of doing this, but I'd like to make
the existing code work, with a minimum of modifications. . .
I added a unique index to the involved tables, before upsizing.
Thanks
e
The SQL:
DELETE tempGroup.* FROM tempGroup;
The code:
Set QryDef = DB.QueryDefs("qryTempSowGroupDelete")
QryDef.Execute (dbSeeChanges)
I get the following Error:
3146 ODBC Call Failed.
I know there are probably better ways of doing this, but I'd like to make
the existing code work, with a minimum of modifications. . .
I added a unique index to the involved tables, before upsizing.
Thanks
e