Re: [Gambas-user] Using DataSource et al

2008-07-21 Thread richard terry
On Tue, 22 Jul 2008 07:53:16 am John K wrote: > Hi, > I'm new to Gambas so maybe I'm trying to run before I can walk. I'm in > the process of writing an application which uses sqlite as its database. > I've managed to create the database and add data to its tables but now > I want to read out the

Re: [Gambas-user] Using DataSource et al

2008-07-21 Thread Benoit Minisini
On lundi 21 juillet 2008, John K wrote: > Hi, > I'm new to Gambas so maybe I'm trying to run before I can walk. I'm in > the process of writing an application which uses sqlite as its database. > I've managed to create the database and add data to its tables but now > I want to read out the data u

[Gambas-user] Using DataSource et al

2008-07-21 Thread John K
Hi, I'm new to Gambas so maybe I'm trying to run before I can walk. I'm in the process of writing an application which uses sqlite as its database. I've managed to create the database and add data to its tables but now I want to read out the data using datasource, datacontrol & databrowser. I've