what link would that be?? the delphi.about.com i went through already...a few times...
the felix one is broken..any other site/s where i can actually follow tutorials on this pls?
i am doing something wrong obviously but know to little to figure it out... i unfortunately dont have time to read...
i have a IBtable and IBQuery...which one would be the datatset?? i try and set those properties dinamically but get errors:
DBEdit1.ReadOnly := False;
DBGrid1.ReadOnly := False;
IBQuery1.CanModify := True; //here
IBTable1.CanModify := True; // and here
errors sais: cannot...
how come i cannot edit it?? i have checked all the settings....
i have a DBGrid, with a datasource,query and table
then i have a DBedit also conneted to the above..
thus the dbedit contains the first row's of the dbgrids staffname...
but when i run my app i cannot edit the dbedit...
i need...
i've done all of that.... i just want to know the code for writing to the db...
i found this but my controls dont have these properties...i am using the 2010 ide
Displaying and editing fields with TDBEdit
TDBEdit is a data-aware version of the TEdit component. TDBEdit displays the current
value...
i have a DBEditfor the staff name and a button on my form. i type something in the "textbox" and when i click on the button i want to do the following:
1. create the next available ID in the staff table
2. write the ID and the value of the textbox(staff name) to the staff table
we use firebird...
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.