[Lazarus] TEST SQLITE

Michael Van Canneyt michael at freepascal.org
Fri May 30 23:04:11 CEST 2008



On Fri, 30 May 2008, Chris37 wrote:

> peng a écrit :
> > Yes, Look here:
> >
> > Click below for fpc and Lazarus snapshot
> > Lazarus - full - fpc 2.2.0 	win32
> > Lazarus-0.9.25-fpc-2.2.0-20080530-win32.exe
> > <ftp://ftp.hu.freepascal.org/pub/lazarus/Lazarus-0.9.25-fpc-2.2.0-20080530-win32.exe>
> >
> > Lazarus - full - fpc 2.2.1 	win32
> > Lazarus-0.9.25-fpc-2.2.1-20080530-win32.exe
> > <ftp://ftp.hu.freepascal.org/pub/lazarus/Lazarus-0.9.25-fpc-2.2.1-20080530-win32.exe>
> >
> >
> >
> >
> > --
> > 2008/5/31 Chris37 <cyber.flam at orange.fr <mailto:cyber.flam at orange.fr>>:
> >
> >     >
> >     hi !
> >     2.1.1 ?????
> >
> >
> > -- 
> > 我的'开源办公室':
> > http://pengtu.net/ooo
> > ------------------------------------------------------------------------
> >
> > _______________________________________________
> > Lazarus mailing list
> > Lazarus at lazarus.freepascal.org
> > http://www.lazarus.freepascal.org/mailman/listinfo/lazarus
> >   
> Thank all but joost modification not implemented in
> Lazarus-0.9.25-fpc-2.2.1-20080530-win32.exe
> <ftp://ftp.hu.freepascal.org/pub/lazarus/Lazarus-0.9.25-fpc-2.2.1-20080530-win32.exe>
> I wait for this :)
> 
> Another question svp ?
> With TConnection, how read fieldstype ? GetFielsTable send only
> fieldname in a TStrings

You can't.

You can do a 
  select * from tablename where 1=0;

that will give you an empty dataset and you can read all filenames, types and whatnot.
All other methods are engine dependent.

Michael.


More information about the Lazarus mailing list