http://edn.embarcadero.com/article/10442
4
votes
3answers
697 views
Datasnap : Is there a way to detect connection loss globally?
I'm looking to detect local connection loss. Is there a mean to do that, as with the events on the Corelabs components ?
Thanks
EDIT:
Sorry, i'm going to try to be more specific:
I'm currently ...
3
votes
1answer
187 views
How to calculate the time-length of a midi-file
I am reading midi files in as3 (flash cs5) with the help of the helpful library that is called midas
( http://code.google.com/p/midas3/) - the midi-as3 library.
I am trying to figure out a simple ...
3
votes
0answers
232 views
How to find the “foreign key” field name on a nested TClientDataSet?
Given a nested TClientDataSet, how could I find the link field name on the detail TClientDataSet?
I'm copying data from one TClientDataSet to another (record by record) and I would like to ...
2
votes
2answers
685 views
DUnit Testing in a Midas/DataSnap project
How does one setup DUnit Testing in a Midas/DataSnap project in Delphi 2006
Edit
How does one set up a Dunit Test into a TRemoteDataModule
The project wizard in Delphi 2006 does not work with ...
1
vote
2answers
512 views
Handling update errors in multiple records in the TClientDataset's ReconcileError method
I'm trying to use the ReconcileError event to allow the user to correct the data after an update error which occurred in a specific record among others.
Example:
I have a dataset with one field and ...
1
vote
1answer
749 views
Delphi 6 with ADO + Oracle returns NUMBER with different precision, generating BCD overflow
I'm having a problem with Delphi 6 + Oracle 10gR2 + ADO + ClientDataSet. Whenever I run a aggregate function on a field NUMBER(19,9), the resulting column returns a NUMBER datatype to Delphi, and on ...
1
vote
3answers
3k views
Temporary table resource limit
i have two applications (server and client), that uses TQuery connected with TClientDataSet through TDCOMConnection,
and in some cases clientdataset opens about 300000 records and than application ...