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