[Gambas-user] Database Manager Error

Benoit Minisini gambas at ...1...
Thu Feb 12 11:57:47 CET 2004


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...





More information about the User mailing list