[Lazarus] SQLQuery crashes in Android

Felipe Monteiro de Carvalho felipemonteiro.carvalho at gmail.com
Fri Mar 30 12:09:46 CEST 2012


Ok, I found the issue. FPC 2.6.0 (or whatever I utilized to build my
IDE, don't remember anymore) has:

  TSQLQuery = Class(TCustomSQLQuery)
  public
    property SchemaType;
  Published
    property MaxIndexesCount;
   // TDataset stuff
    property FieldDefs;

But in my branch this property is not published.

-- 
Felipe Monteiro de Carvalho




More information about the Lazarus mailing list