G
Guest
I try to delete or insert to MS Access table through Web application - the error occurs in statement
string s = "Provider=Microsoft.Jet.OLEDB.4.0;Persist Security Info=False;Data Source=C:\\izg\\db1.mdb;User ID=Admin;"
....
int i = oledBCommand1.ExecuteNonQuery;
The error message is
"Could not delete from specified tables
I don't know what is real crucial place
Jul
string s = "Provider=Microsoft.Jet.OLEDB.4.0;Persist Security Info=False;Data Source=C:\\izg\\db1.mdb;User ID=Admin;"
....
int i = oledBCommand1.ExecuteNonQuery;
The error message is
"Could not delete from specified tables
I don't know what is real crucial place
Jul