Re: Problems with the GDA datasource



Hi Joaquín!

I'm glad to have you using GNOME-DB!!!

> 
> Hi guys,
> 
> I've just downloaded the gnome-db stuff (the 0.0.96 rpm version), with
> the latest bonobo, gnome-libs, etc... I have a my-sql (3.22.25) db named
> bricomotion, and I've added a GDA DataSource for this DB with:
> 
> GDA Name: bricomotion
> Provider: gda-mysql
> DSN: localhost;bricomotion;cuenca;Lu1nthsk;3306
>
The DSN should look like:

HOST=localhost;DATABASE=bricomotion;USERNAME=cuenca;PASSWORD=Lu1nthsk;PORT=3306

if not, the MySQL backend does not know which value belongs to each
field.

We' re going to add a set of Bonobo components for each provider so that
a dialog box appears when creating a new data source, so that users
don't have to guess which fields must appear in the DSN string. But for
the moment...

> Description: toto
> Username: cuenca
> Config:
> Global check box not checked.
> 
> After that, I go to File->Open Connection... menu item,
> I type the DB username (cuenca) and password, I cross my fingers, and...
> :
> 
> ** WARNING **: MESSAGE: impl_GDA_Connection_open: opening connection
> with DSN: localhost;bricomotion;cuenca;Lu1nthsk;3306
> 
> ** WARNING **: MESSAGE: Opening connection with user=cuenca,
> password=Lu1nthsk, host=localhosthost=3306, port=(null), unix_socket=8½
> 
> Well, I have no clue about the unix_socket stuff, but other than that it
> seems like the parser is screwing the port option...
> any clue?
> What am I doing bad?
> 
> Thank you!
> 
> Cheers,
> 
> P.S.: Un saludo, Rodrigo :)
> 
Where are you now? still in Paris?




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]