Delphi 2006, zeos 6.6.1 beta, mysql 5 -need basics
Posted: 24.11.2007, 06:17
Hey All,
I have used Zeos in the past but it has been many many years.
I aquired a project that someone else was writing and am confused about what is going on.
Here are the settings for the tzconnection:
Readonly = false;
Autocommit = true;
transactisolationlevel = tinone;
TZQuery:
CachedUpdates = false;
requestlive = false;
showrecordtypes = [usunmodifed, usmodified, usinserted]
updatemode=umupdatechanged
wheremode=wmwherekeyonly
options = [docalcdefaults]
When I try to add a new record I get an error message that says the query is read-only.
I got it "working" by setting requestlive = true but I am not sure that is the best way.
I am just not sure what games the previous programmer is playing. He swears that the code that I have matches the exe that he provided but using his VirtualMachine, I can not add a record. I get the read-only error.
p.s. if anyone is listenning to enhancement requests. The zeos components should store the component version in the dfm
Please help!!!
~Gina_M~
I have used Zeos in the past but it has been many many years.
I aquired a project that someone else was writing and am confused about what is going on.
Here are the settings for the tzconnection:
Readonly = false;
Autocommit = true;
transactisolationlevel = tinone;
TZQuery:
CachedUpdates = false;
requestlive = false;
showrecordtypes = [usunmodifed, usmodified, usinserted]
updatemode=umupdatechanged
wheremode=wmwherekeyonly
options = [docalcdefaults]
When I try to add a new record I get an error message that says the query is read-only.
I got it "working" by setting requestlive = true but I am not sure that is the best way.
I am just not sure what games the previous programmer is playing. He swears that the code that I have matches the exe that he provided but using his VirtualMachine, I can not add a record. I get the read-only error.
p.s. if anyone is listenning to enhancement requests. The zeos components should store the component version in the dfm
Please help!!!
~Gina_M~