Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. helloise

    writing to a db in delphi

    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...
  2. helloise

    writing to a db in delphi

    i MUST use firebird/interbase...our software was written using that.. i added the query.open statement but nothing still...cant edit the dbedit....
  3. helloise

    writing to a db in delphi

    thanks..my query just selects the whole staff table i also dont have the query.open statement...
  4. helloise

    writing to a db in delphi

    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...
  5. helloise

    cannot edit DBEdit

    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...
  6. helloise

    writing to a db in delphi

    thank you..will have a look at it...i am new to delphi and dont know all theses things...C# muuuuch better! :)
  7. helloise

    writing to a db in delphi

    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...
  8. helloise

    writing to a db in delphi

    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...

Part and Inventory Search

Back
Top