Re: [Gambas-user] problem using SQLITE3 and string fields

2009-07-19 Thread Rafael Salas
> > > Hi all, > > > > > > I'm trying to read the f-spot database to add some tools to this > > > program. > > > > I > > > > > write few lines in gambas and everything worked fine but no the access > > > to > > > > > >> string fields. this is a part of the code: > > >> > > >> Con.Close() > > >>

Re: [Gambas-user] problem using SQLITE3 and string fields

2009-07-17 Thread Benoît Minisini
> > > Hi all, > > > > > > I'm trying to read the f-spot database to add some tools to this > > > program. > > > > I > > > > > write few lines in gambas and everything worked fine but no the access > > > to > > > > > >> string fields. this is a part of the code: > > >> > > >> Con.Close() > > >>

Re: [Gambas-user] problem using SQLITE3 and string fields

2009-07-17 Thread Benoît Minisini
> > Hi all, > > > > I'm trying to read the f-spot database to add some tools to this program. > > I > > > write few lines in gambas and everything worked fine but no the access to > > > >> string fields. this is a part of the code: > >> > >> Con.Close() > >> Con.Type = "sqlite" > >> Con.Host

Re: [Gambas-user] problem using SQLITE3 and string fields

2009-07-17 Thread Rafael Salas
> Hi all, > > I'm trying to read the f-spot database to add some tools to this program. I > write few lines in gambas and everything worked fine but no the access to >> string fields. this is a part of the code: >> >> Con.Close() >> Con.Type = "sqlite" >> Con.Host = "/home/rsalas/.gnome2/f-sp

Re: [Gambas-user] problem using SQLITE3 and string fields

2009-07-12 Thread Benoît Minisini
> Hi all, > > I'm trying to read the f-spot database to add some tools to this program. I > write few lines in gambas and everything worked fine but no the access to > string fields. this is a part of the code: > > Con.Close() > Con.Type = "sqlite" > Con.Host = "/home/rsalas/.gnome2/f-spot/"