This may be a stupid question :oops: and I am sure it has been asked elsewhere (but I can't find it.)
As I understand it, when you want to update or insert data into a MySQL Table, you need to use the ExecSQL statement (I would also like to see an example of one of these.) But what I don't understand is how can you relate this to the data-aware objects on my forms.
Example, Lets say I want to allow the user to alter a record, how do I allow them to alter the contents of a DBEdit(remember, its read only, right?)
Also, if you allow yur user to insert a record, how are you going to set all of your data-aware componets to blank and allow your user to enter the new record?
Thx, Terry