Could not delete from specified tables.... Jet 4.0

From: Barry Young (youngbar@insightbb.com)
Date: 06/20/02


From: "Barry Young" <youngbar@insightbb.com>
Date: Thu, 20 Jun 2002 14:56:38 -0500


I am having a problem deleting a record from a table with the Jet 4.0
connection.

The SQL string is:

Delete From tblUsers where UserID = 'jdoe'

When I try to do a ExecuteNonQuery, the following error occurs:

Could not delete from specified tables...

Any Ideas? I read a Microsoft Article that talked about setting a Unique
Record property, but I don't think it applicable to my problem / issue.

Thanks!

Barry