Hi,
I have a new problem with PowerServer Mobile x SQLite3 numeric datatype columns on local database. The table has numeric(10,4) datatype columns. When I type the values they are saved corretcly (10,4), but when I retrieve the same data from table the PB recognize it as an integer. Any idea how to solve this issue?
PB Universal 2019 biuld 2082
PowerServer 2019 build 2151
Device's OS: Android 9
SQLite3 version on device: 3.26.0
Thanks in advanced.
Marcos
I'm using DW.
Regards.
Marcos
2) Does the DWO work properly from the PB IDE on the development SL3 DB?
3) Is the Android device's SL3 DB schema exactly the same?
1) Yes and also I'm forcing the DB update each time the App is open on device (of_applydbupdate()).
2) Yes on PB IDE the DWO works properly.
3) Well, sorry I don't how to check the schema. Normaly we use MS SQL Server on our client-server projects and it's the first time I'm using SQLite3 and mobile app. Any advice how to check it?
Thanks.
Marcos