[Gambas-user] Multiple Queries

Tahara rizky at ...225...
Sat Sep 6 07:15:58 CEST 2003


Hi,

I make a textarea and a button in a form.
my program create a connection to mysql.

when the program run, it will show a textarea and a button for the user to 
fill some query.. But, I have problem when I wanna doing the multiple 
queries. It raise error..

Do you guys know the algorithm of running multiple queries in gambas ?
so, if i have queries like this:

use `mysql`;
select * from `user`;
delete from `user`;

I write them in textarea and when I hit the button, the queries will work just 
fine.. (just like other front-end)..

Please help...





More information about the User mailing list