I
Ivan Debono
Hi everbody,
Getting this strange error all of a sudden.
Microsoft OLE DB Provider for ODBC Drivers. error 80040e21
ODBC driver doesn't support the requested properties.
and the line is:
tRST.Open "SELECT id FROM " & sTable & " WHERE " & sField & " = '" & vValue
& "'", oConn, adOpenKeyset, adLockReadOnly
I'm using vbscript and this was working before I changed some tables and
relationships, which should not affect the above line though.
Any ideas?
Ivan
Getting this strange error all of a sudden.
Microsoft OLE DB Provider for ODBC Drivers. error 80040e21
ODBC driver doesn't support the requested properties.
and the line is:
tRST.Open "SELECT id FROM " & sTable & " WHERE " & sField & " = '" & vValue
& "'", oConn, adOpenKeyset, adLockReadOnly
I'm using vbscript and this was working before I changed some tables and
relationships, which should not affect the above line though.
Any ideas?
Ivan