[Gambas-user] Slow Mysql connection
juanra
juanramon at ...1546...
Thu Aug 24 14:07:41 CEST 2006
hi!!
I'm working with a mysql connection, using many forms. All its ok but it
works slowly.
i connect to the database with the main form, then when i open some
other form with datasources inside it, the form opens slooooowly, first
then the second and all others opens quick.
why???? can you help me.
to open the form i use the code:
PUBLIC SUB Caixeres_Click()
DIM Caixeres AS FormCaixeres
Caixeres = NEW FormCaixeres(ME)
Caixeres.Show()
END
yours faithfully Juanramon
More information about the User
mailing list