[Gambas-user] Slow Mysql connection
Benoit Minisini
gambas at ...1...
Thu Aug 24 14:22:11 CEST 2006
On Thursday 24 August 2006 14:07, juanra wrote:
> 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
>
We can't read mind yet! :-)
You must give full details about your application, and/or send your project.
Did you put internet between your database and your gambas program?
Regards,
--
Benoit Minisini
More information about the User
mailing list