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 database and the interbase controls from the IDE delphi 2010
how do i do this pls?
i need a step by step pls...
thanks
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 database and the interbase controls from the IDE delphi 2010
how do i do this pls?
i need a step by step pls...
thanks