[Gambas-user] mysql problems

Ron Onstenk ronstk at ...239...
Wed Feb 20 16:28:21 CET 2008


On Tuesday 19 February 2008 19:09, Charlie Reinl wrote:
> +--------------------+
> | Database           |
> +--------------------+
> | information_schema |
> | mysql              |
> | test               |
> | wikidb             |
> +--------------------+
> 4 rows in set (0.00 sec)

---8<----

> >      .Name = ""
> >    END WITH
> > 
> >    $hConn.Name = "zano"
> >    $hConn.Open
> > ==================================================================
> > 
> > While writing this mail, I'm in question.
> > I run the the modified example "database" in gambas package, it shows a 
> 

hmmm, your db is called 'wikidb" ???

 $hConn.Name = "wikidb"

The name propertie is missleading IMO, it had to be .dbname but now to late
to correct it ?
It is not the users name anyway, that is given with the .login property.

Ron




More information about the User mailing list