Riverman1111
Programmer
Hi,
I have a TDBLookupComboBox and need to do the following:
- load the list from a table in a MySql database (done)
- allow user to select value from list
- use value to execute a stored procedure which will return fields to populate the various TEdit objects on form.
-on click Save button, pass values to another stored proc and update a different table on MySql
I really need help with this asap, really appreciate it !!
Thanks
I have a TDBLookupComboBox and need to do the following:
- load the list from a table in a MySql database (done)
- allow user to select value from list
- use value to execute a stored procedure which will return fields to populate the various TEdit objects on form.
-on click Save button, pass values to another stored proc and update a different table on MySql
I really need help with this asap, really appreciate it !!
Thanks