[Gambas-user] Database Manager Error

Nigel Gerrard nigel at ...38...
Thu Feb 12 17:03:58 CET 2004


Benoit,

Try this diff file as there is one other line that I have changed.

Nigel

----- Original Message ----- 
From: "Benoit Minisini" <gambas at ...1...>
To: <gambas-user at lists.sourceforge.net>
Sent: Thursday, February 12, 2004 10:57 AM
Subject: Re: [Gambas-user] Database Manager Error


> On Thursday 12 February 2004 11:15, Nigel Gerrard wrote:
> > 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
> >
>
> I will add this change for the next version.
>
> -- 
> Benoit Minisini
> mailto:gambas at ...1...
>
>
>
> -------------------------------------------------------
> 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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: main.c.diff
Type: application/octet-stream
Size: 715 bytes
Desc: not available
URL: <http://lists.gambas-basic.org/pipermail/user/attachments/20040212/98e6e672/attachment.obj>


More information about the User mailing list