[Gambas-user] Problem with TableView & Mysql (strange unknown field error)

Benoit Minisini gambas at ...1...
Mon Sep 6 21:45:50 CEST 2004


On Monday 06 September 2004 17:39, Nigel Gerrard wrote:
> As usual, I believe I have a fix which goes out just after the next release
> of gamba :-(

This is life :-)

>
> This patch should work against both 0.99 and 0.98a.
>
> Put main.c.diff in gambas-0.99/src/lib/db/mysql
>
> apply: patch main.c main.c.diff
>
> Then make and make install.
>
> Benoit, please include this update for the next distribution.
>
> Kind regards
>
> Nigel
>

Just a tips...

Quicker / nicer than:

	if (MultiTables == TRUE && strlen(fld->table) > 0)

is:

	if (MultiTables && *fld->table) /* cool :-) */

Regards,

-- 
Benoit Minisini
mailto:gambas at ...1...




More information about the User mailing list