Hello,

how can i use Stored Procedures in Qt4?
I like to save information in a MySQL table. The return of this should be the unique ID from the new row.
Or is there a way to do this without Stored Procedures?

Thanks a lot!

Martin