I have a linked SQL table (dbo.Solicit_POD_Email) in an access database, and i am unable to run a delete on it,
I'm just running a delete all sql,
DELETE
FROM dbo_Solicit_Pod_Emails;
And i'm getting "Could not delete from specified tables" message.
I'm using the sa user name on my ODBC,
Start Free Trial