[Gambas-user] Need help with database.
Benoit Minisini
gambas at ...1...
Tue May 25 00:08:32 CEST 2004
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.
--
Benoit Minisini
mailto:gambas at ...1...
More information about the User
mailing list