[Lazarus] SQLQuery crashes in Android

2012-03-30 Thread Felipe Monteiro de Carvalho
Hello, Simply putting a TSQLQuery in a Android form crashes. I searched the lcl and sqldb directories but I couldn't find any place which says Unknown property Any ideas where the exception could be or how to fix it? It is probably a ARM issue, because using LCL-CustomDrawn-Win32 in x86 works

Re: [Lazarus] SQLQuery crashes in Android

2012-03-30 Thread michael . vancanneyt
On Fri, 30 Mar 2012, Felipe Monteiro de Carvalho wrote: Hello, Simply putting a TSQLQuery in a Android form crashes. I searched the lcl and sqldb directories but I couldn't find any place which says Unknown property Any ideas where the exception could be or how to fix it? It means the

Re: [Lazarus] SQLQuery crashes in Android

2012-03-30 Thread Sven Barth
On 30.03.2012 11:54, Felipe Monteiro de Carvalho wrote: Hello, Simply putting a TSQLQuery in a Android form crashes. I searched the lcl and sqldb directories but I couldn't find any place which says Unknown property Any ideas where the exception could be or how to fix it? The message

Re: [Lazarus] SQLQuery crashes in Android

2012-03-30 Thread Felipe Monteiro de Carvalho
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

Re: [Lazarus] SQLQuery crashes in Android

2012-03-30 Thread Felipe Monteiro de Carvalho
Ok, so I published the property in my branch and uploaded a new build to sourceforge: http://sourceforge.net/projects/p-tools/files/Free%20Pascal%20for%20ARM/Windows/ And issue fixed. thanks =) -- Felipe Monteiro de Carvalho -- ___ Lazarus mailing