Re: [Gambas-user] DataCombo doesn't work

2009-09-06 Thread Benoît Minisini
> Benoît Minisini schrieb: > > DB.Debug = TRUE, and all SQL request sent to the database driver are > > print on the standard error. > > DB.Debug = TRUE is fine, but doesn't display this error. > > Try this tiny silly test file (never did tar.gz before, hope it works) > If you can use it: > Set the

Re: [Gambas-user] DataCombo doesn't work

2009-09-03 Thread Matti
Benoît Minisini schrieb: > DB.Debug = TRUE, and all SQL request sent to the database driver are print on > the standard error. DB.Debug = TRUE is fine, but doesn't display this error. Try this tiny silly test file (never did tar.gz before, hope it works) If you can use it: Set these propertie

Re: [Gambas-user] DataCombo doesn't work

2009-09-03 Thread Benoît Minisini
> I now managed to install Gambas3 sucessfully. (Looks very good, waiting for > the final version!) > > But the error situation about DataCombo ist the same as in Gambas2. > Maybe if I see your code and your SQL schema, I could tell. > Is there any way to see the SQL query the DataCombo produces?

Re: [Gambas-user] DataCombo doesn't work

2009-09-03 Thread Matti
I now managed to install Gambas3 sucessfully. (Looks very good, waiting for the final version!) But the error situation about DataCombo ist the same as in Gambas2. Is there any way to see the SQL query the DataCombo produces? Would help to find out who's wrong, me or Gambas. Matti Matti schri

Re: [Gambas-user] DataCombo doesn't work

2009-09-01 Thread Matti
Benoît Minisini schrieb: > If I remember, DataCombo only works if the primary key of the "directors" > table is "Directors_ID", with the same field name. Is it the case? Too bad. If I rename the primary key field of the lookup table to the same field name, I get the error "Cannot find 'Directo

Re: [Gambas-user] DataCombo doesn't work

2009-09-01 Thread Benoît Minisini
> Hi, > I'm experimenting with a DataCombo. Maybe I'm wrong again, but as I > understand, it should work like this: > > Let's say I have a movie database. > The table "movie" is in my DataSource. > In this table is a field "Directors_ID", the directors are stored in the > table "directors", where t

[Gambas-user] DataCombo doesn't work

2009-08-30 Thread Mathias Ebermann
Hi, I'm experimenting with a DataCombo. Maybe I'm wrong again, but as I understand, it should work like this: Let's say I have a movie database. The table "movie" is in my DataSource. In this table is a field "Directors_ID", the directors are stored in the table "directors", where there is a fie