When I try to delete a record, I get the following message:
Error number -2147467259
Error description [Microsoft][ODBC Microsoft Access Driver] Could not delete from specified tables.
SQL query delete from [SIPP] where [PatientCode]=123456
When I try to add/edit record, I get the following:
Error number -2147467259
Error description [Microsoft][ODBC Microsoft Access Driver] Operation must use an updateable query.
URL /SIPP_edit.asp
SQL query insert into [SIPP] ([PCode], [Title], [Address], [City], [State], [Zip], [Phone], [Email], [Insurance], [Aller], [CaseMan], [DOB], [CaseManPhNum], [Delivery], [Communication], [Fax], [PrivacyStand], [EnablerName], [EnablerCont], [CurrentP], UserName) values (777777, 'Ms.', '123', '', 'CA', 92612, '', '', '', '', '', NULL, '', '', '', '', '', '', '', 0, 'Admin')
I am using a table called Users in my database, where the user called Admin has all permissions, while others can only see the records they entered.
My database is located in the wwwroot/db directory.
Sergey, please help!!!
Masha Simonian