Hi i testet 6.2.9 with Android under Seattle Upd1 and get Reproducable Exception in LiteClassesUni everytime in the same place in:
procedure TSQLiteRecordSet.CreateFieldDescs;
after
...
FCommand.SQLInfo.ParseTablesInfo(FCommand.SQL, FTablesInfo); <-- Exception
I had to revert to 6.2.8 which works without this Exception.
V6.2.9 Exception under Android
Re: V6.2.9 Exception under Android
Hello,
Please provide a script for creating the table, that leads to the error on opening.
Please provide a script for creating the table, that leads to the error on opening.
Re: V6.2.9 Exception under Android
Hi Alex, i crosschecked Version 6.2.9 with 2 Android Devices now.
Samsung XCover 3, Android 5.1.1 -> Working
Google Nexus 6, Android 6.0.1 -> Exception.
the Query is easy:
application is a very simple table:
Exception below code of:
Samsung XCover 3, Android 5.1.1 -> Working
Google Nexus 6, Android 6.0.1 -> Exception.
the Query is easy:
Code: Select all
select * from application
Code: Select all
CREATE TABLE application(
applicationid varchar(100) primary key,
applicationtitle varchar(100),
encryptionkey varchar(100),
geheimwort varchar(100),
applicationkey varchar(32),
kunde varchar(100),
tipstandardfooter varchar(100),
updateordner varchar(255),
layout varchar(100)
);
Code: Select all
procedure TCRRecordSet.InternalOpen(DisableInitFields: boolean = False);
Re: V6.2.9 Exception under Android
Currently, RAD Studio Seattle doesn't officially support this Android version (6.0.1). Therefore we haven't tested our products on this Android version. We will try to test the products on Android 6.0.1 and inform you about the results.
-
- Posts: 13
- Joined: Mon 12 Apr 2010 15:23
Re: V6.2.9 Exception under Android
I doubt this is a Android 6.0.1 bugg as it happens in earlier versions of android as well. It was introduced in Unidac version 6.2.9 and persists in 6.2.10. Going back to 6.2.8 takes care of the problem. As far as I can tell it occurs when I try to create or open a SQLite database on Android. The same code works on Windows and when I use Unidac version 6.2.8.
Re: V6.2.9 Exception under Android
Please send your sample to alexp*devart*com, we will check this behavior and inform you the result