Inserting records without stored procedures

I would like to insert a dataset into a table. I am useing mysql 4.0.18 and thus can not use stored procedures. I would appreciate any tips.

Thanks,
Chad

Hi Chad,

Just make a form based on a table and then use:

controller.newRecord()

Easy! :D

Cheers,

Bob Cusick

As this question pops up once in a while we’ve added it to our brand new FAQ section:

http://forum.servoy.com/viewtopic.php?p=10487

We’ll be adding more frequently asked questions to it.