You problely need to grant update permission to your user
"GRANT UPPDATE ON tablename TO username".
If you want the username to hava all privilige on table, can be useful when debugging, you can use
"GRANT ALL ON tablename TO username"
08-14-2003 14:32:00 FATAL Error : Text [(3027) Can't update. Database or object is read-only.] Location [DGEN.BAS/dg_Db_DirectWrite] Nearest line Number [Not specified]
try to create a test table on the database and run some update/insert on the said table. Remember to use back the same login ID that facing the problem.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.