TClientDataset Android question
TClientDataset Android question
Hello,
I'm using TClientDataset-TDatasetProvider-TUniQuery with embeded sqlite database on Adroid 4.x. Not sure if it's problem with unidac, but when I'm using DECIMAL(p,s) fields SetRange on client dataset kills app on "Bus error".
Do you have any ideas please?
Thanks
Zdenek
I'm using TClientDataset-TDatasetProvider-TUniQuery with embeded sqlite database on Adroid 4.x. Not sure if it's problem with unidac, but when I'm using DECIMAL(p,s) fields SetRange on client dataset kills app on "Bus error".
Do you have any ideas please?
Thanks
Zdenek
Re: TClientDataset Android question
Looks like problem in tclientdataset. Sent qc to Embarcadero.
Re: TClientDataset Android question
Hello,
Instead of the TClientDataSet.SetRange standard method, you can use our TUniQuery.SetRange method.
Instead of the TClientDataSet.SetRange standard method, you can use our TUniQuery.SetRange method.
Re: TClientDataset Android question
We use TClientDataset-TDatasetProvider-TUniQuery.
Re: TClientDataset Android question
I'm back here.
We have problems with tcleintDataset-TuniQuery-TUniCOnnection with sqlite database. Now I'm not able to compile and do not want to compilefrom source so I can determine the right behaviour. We have problem adding index to clientdataset.
When I create simple test case with empty db and
create table A(AA integer,BB decimal(10,0))
After open of table and AddIndex the app hangs on or exits.
Do you have any ideas?
Thanks
Zdenek
We have problems with tcleintDataset-TuniQuery-TUniCOnnection with sqlite database. Now I'm not able to compile and do not want to compilefrom source so I can determine the right behaviour. We have problem adding index to clientdataset.
When I create simple test case with empty db and
create table A(AA integer,BB decimal(10,0))
After open of table and AddIndex the app hangs on or exits.
Do you have any ideas?
Thanks
Zdenek
Re: TClientDataset Android question
Hello,
We cannot reproduce the problem, please try to reproduce the problem on the standard DataAccess components.
We cannot reproduce the problem, please try to reproduce the problem on the standard DataAccess components.
Re: TClientDataset Android question
Table must be empty. I wil try it with tuniquery, but I need TClientDataset.
Re: TClientDataset Android question
Hello,
We still cannot reproduce the error. Please try closing UniQuery before setting the index.
We still cannot reproduce the error. Please try closing UniQuery before setting the index.
Re: TClientDataset Android question
UniQuery isclosed. It is unidirectional. I will prepare test case and will investigate deeply where is the problem.
Thanks
Zdenek
Thanks
Zdenek