[Gambas-user] Need help with database.

Fabien Bodard abidoo.too at ...11...
Tue May 25 11:41:07 CEST 2004


Le mardi 25 Mai 2004 00:08, Benoit Minisini a écrit :
> On Monday 24 May 2004 23:58, Fabien Bodard wrote:
> > DIM CurTable AS Table
> >   con = NEW Connection
> >   con.Type = "mysql"
> >   con.Host = "localhost"
> >   Con.Login = "root"
> >
> >
> >
> > Mais je suis connecté !!!!
>
> No, you aren't connected. You forgot to specify the database name, and so
> Gambas takes the default system database.

Thank ... It work now !


But in the doc, it say that con.database.find("database") select the current 
database !


Fabien




More information about the User mailing list