Re: [Gambas-user] A Gambas-MySql question -> Query the result of a query and a table

2014-01-16 Thread Willy Raets
On Thu, 2014-01-16 at 00:45 +1030, Bruce wrote: > Hi Willy, > I have been thinking about this for the last day (amongst 20,000 other > things) and I really don't have an easy answer. > > On Tue, 2014-01-14 at 10:20 +0100, Willy Raets wrote: > > Hi all, > > > > In MS Access it was possible to mak

Re: [Gambas-user] A Gambas-MySql question -> Query the result of a query and a table

2014-01-15 Thread Bruce
Hi Willy, I have been thinking about this for the last day (amongst 20,000 other things) and I really don't have an easy answer. On Tue, 2014-01-14 at 10:20 +0100, Willy Raets wrote: > Hi all, > > In MS Access it was possible to make a query based on a query. I am in > the middle of porting all

[Gambas-user] A Gambas-MySql question -> Query the result of a query and a table

2014-01-14 Thread Willy Raets
Hi all, In MS Access it was possible to make a query based on a query. I am in the middle of porting all MS Access clients to Gambas 3 and all tables have been migrated to MySql. Is it possible in Gambas to do a query and next do another query on the result of the previous query combined with som