Search found 11 matches

by heh
Mon 14 Mar 2022 12:46
Forum: MySQL Data Access Components
Topic: Savetofile for TMyQuery
Replies: 6
Views: 12219

Re: Savetofile for TMyQuery

Ok, Thank you.
by heh
Mon 21 Feb 2022 08:51
Forum: MySQL Data Access Components
Topic: Savetofile for TMyQuery
Replies: 6
Views: 12219

Re: Savetofile for TMyQuery

Hi,

I'm already using Myquery.SaveToXml and load to a VirtualTable, but the performance is not high for save to xml.

Adoquery.savetoFile('myfile.vtd") is so fast and the size of the file very small.

I didn't found the implementation of savetoxml.

"(please note that you can implement data export to other formats from your side)"
I didn't found how to do that.

Thank you.
by heh
Tue 15 Feb 2022 10:04
Forum: MySQL Data Access Components
Topic: Savetofile for TMyQuery
Replies: 6
Views: 12219

Savetofile for TMyQuery

Hy,

I would like use tmyquery.Savetofile like Tadoquery but i can not found this method.

There is a equivalent method ?

Thanks.
by heh
Wed 24 Feb 2021 12:45
Forum: MySQL Data Access Components
Topic: mydac works on Windows but not on Android
Replies: 3
Views: 15091

mydac works on Windows but not on Android

Hello,

I ve just installed mydac 10.3.2 for Rad Studio 10.4 Delplhi on Windows 10 64.

When i boot on Windows it's ok .

But when i boot on Android 32, i have the message : " You are trying the trial Version .."

But It's not a Trial Version.


Thank you.
by heh
Mon 20 May 2019 06:54
Forum: Oracle Data Access Components
Topic: TVirtualTable sorting, and disabling sorting
Replies: 8
Views: 7942

Re: TVirtualTable sorting, and disabling sorting

Ok Thank you for the reply.

But how can i use it to have the last sort instead of the original sort?
by heh
Thu 16 May 2019 10:04
Forum: MySQL Data Access Components
Topic: VirtualTable Sorting by indexfieldnames
Replies: 1
Views: 5928

VirtualTable Sorting by indexfieldnames

Hello,

I'm trying to to manage the order of my records in my virtualtable;

I did it like that :

virtArticlesDoc.indexfieldNames := '';
// process ordering
virtArticlesDoc.indexfieldNames := 'ordre';

But when i set indexfieldNames to empty, my virtualtable is sorted..
How can i really disable the sorting..

Thank you.
by heh
Thu 16 May 2019 09:49
Forum: Oracle Data Access Components
Topic: TVirtualTable sorting, and disabling sorting
Replies: 8
Views: 7942

Re: TVirtualTable sorting, and disabling sorting

Hy,

I have the same problem, there are a solution now ?

Thank you.
by heh
Tue 02 Apr 2019 13:01
Forum: VirtualDAC
Topic: Iterate on tvirtualtable whitout change activerecord
Replies: 1
Views: 6656

Iterate on tvirtualtable whitout change activerecord

Hy,

How can i iterate from a tvritualtable without change the active record.

for exemple :

Loop over the all records to calculate a sum..

Thank you.
by heh
Thu 28 Mar 2019 15:13
Forum: VirtualDAC
Topic: TVIrtualTable and field Onchange
Replies: 1
Views: 6064

TVIrtualTable and field Onchange

Hy,

EDIT :

the event field on change is triggered if a deleted the "assign form dataset' .



I'm testing tvirtualtable, but the event Onchange of a field doesn't triggered.

I created in design and loaded from a dataset like :

myvirtuale.assign(mydataset);

The onchange of a dataset work fine but not in virtuale table.



Thank you.
by heh
Tue 05 Mar 2019 07:33
Forum: MySQL Data Access Components
Topic: Use sll for myConnection from fmx
Replies: 3
Views: 1611

Re: Use sll for myConnection from fmx

ok,

i will test it, thank you
by heh
Mon 04 Mar 2019 10:28
Forum: MySQL Data Access Components
Topic: Use sll for myConnection from fmx
Replies: 3
Views: 1611

Use sll for myConnection from fmx

Hello,

i need to connect to mysql server with ssl connections.

the application start and run but sometime i receive this error :

"detected problems with app native libraries unauthorized access to lib.ssl".

after some research i found that i have to compile the libssl and lybcrypto.so with my application and set it for myconnection.

How can i dot that?

Thank you.