How i can verify if the mysql insert has worked?¿

1
0
-1

Hi ,

i have created an mysql insert into connector, and all work fine, but i would like to create any way in order to verify if the field has been inserted correctly into myql table through a message in browser .

I have thought, to create an other connector , but i don't know how i implement it

Thanks

1 answer

1
0
-1

Have a look at

http://stackoverflow.com/questions/3837990/last-insert-id-mysql

You will need a second screen to show the result, not the same screen.

regards

Notifications