[Gambas-user] How do I use the same connection to a database
francesco.difusco@libero.it
francesco.difusco at ...69...
Sat Sep 4 12:29:34 CEST 2004
Hi,
I would like to know how to use the same connection to a mysql database between
various forms. I create the connection to my database in main form, and then, I
need to open various tables in different forms. If I declare a variable
hConnection iof connection type in my main form, as public, I am non able to use
it in other forms. I have tried to declare it as Public Static, but it is the
same. Should I declare it in a module?
Thanks
Francesco Di Fusco
More information about the User
mailing list