[Gambas-user] Database Manager Error

Nigel Gerrard nigel at ...38...
Thu Feb 12 11:15:37 CET 2004


Kevin,

Is this with the mysql driver.  If so, then it may be to do with the
inclusion of the '@' in
the user name string. I have made a change to the driver but am not
currently able to
release it...connectivity issues with my Linux laptop....:-). I will get it
out as soon as
I can.

But basically, in the mysql driver directory of gambas, try changing the
main.c so that where lines are
similar to:

strchr(_name,'@') or strchr(name,'@') then change to strrchr(_name,'@') or
strrchr(name,'@').

Now recompile.

Nigel

----- Original Message ----- 
From: "Kevin Attard Compagno" <kac_comp at ...358...>
To: "Gambas-User Mailing List" <gambas-user at lists.sourceforge.net>
Sent: Wednesday, February 11, 2004 11:45 PM
Subject: [Gambas-user] Database Manager Error


> Dear List
>
> I get an error when trying to connect reading "user_info: Non unique user
> found".
>
> Can somebody help?
>
> Gambas V0.83 on FC1 (development updates)...
>
> Regards
> Kevin Attard Compagno
> kac_comp at ...358...
>
>
> -------------------------------------------------------
> SF.Net is sponsored by: Speed Start Your Linux Apps Now.
> Build and deploy apps & Web services for Linux with
> a free DVD software kit from IBM. Click Now!
> http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
> _______________________________________________
> Gambas-user mailing list
> Gambas-user at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user





More information about the User mailing list