TClientDataset represents an in-memory dataset implementing a database-independent dataset. It is defined in the DBClient.pas unit.

learn more… | top users | synonyms

0
votes
1answer
16 views

TClientDataset CloneCursor not working good

I'm trying to edit multiple records by cloning ClientDataset cursor. I'm not sure what am I doing wrong here. Each time I edit another record (inside new Form) all cloned cursors are reset? I'm using ...
0
votes
1answer
109 views

How to avoid “Type mismatch in expression” in ClientDataSet Filter

The erro msg "Type mismatch in expression" appear when I run this code: CDSIndicados.Filtered := False; CDSIndicados.Filter := 'EDICOES_ID like ' + ...
0
votes
0answers
106 views

Performance issue with nested TClientDataSet

I have an application which uses client datasets as in memory tables, and local archive for data received from laboratory instruments. Over time, I've added a few fields to these client datasets, and ...
0
votes
0answers
48 views

Is it possible to pass modified data from a ClientDataSet to a database in Delphi 2010?

I've a clientdataset with some data loaded into it. The user of the application modifies one field of each record from this dataset. When he push a button, it must save all the changes on the ...
0
votes
0answers
93 views

Privileged Instruction when calling “Cancel” on a client dataset

This is a really interesting error indeed :) I have a child form inheriting from a base form. The base form provides all sorts of virtual;abstract; services for use by children. This form uses all of ...
0
votes
1answer
158 views

Exception Delphi TClientDataSet, TStringStream and TWideStringField

When i try to load a Stream to a ClientDataSet i get the following exception: Mismatch in datapacket The ClientDataSet has several WideStringfields, so i tried it with an Encoding in ...
-1
votes
2answers
50 views

Whats wrong with TStatusBar?

I have two forms called fmMain and fmEmpl. Both have each TStatusBar called sbMain and sbEmpl. I have a TDataModule called dmData to store the database components. I need to update the sbEmpl panels ...
2
votes
1answer
141 views

ClientDataset reordens table from Datasetprovider in datasnap,on strings that starts with '

On my Datasnap server I query some records and order them by a stringfield. Strings that start with ' are in front, this is default behaviour. (the database is interbase) 'Aaa 'Bbb Aaa Bbb When i ...
4
votes
1answer
260 views

MidasLib.dcu makes the application slower

I´m declaring MidasLib to avoid dll hell caused by Midas.dll in some clients. The code below runs in about 2350ms. If I remove the MidaLib declaration in uses it starts to run in just 45ms!! The ...
3
votes
1answer
235 views

How to modify calculated field with TADODataSet?

I have a TADODataset executed with (only for example): SELECT id, name, lastname, name + ' ' + lastname as fullname FROM persons ORDER BY lastname After I open the dataset, I can modify "name" and ...
0
votes
1answer
514 views

How to apply updates of Delphi TClientDataset in specified order?

I need apply updates (ClientDataSet.ApplyUpdates) to be applied in specified order: - Delete as first - Modify as second - Insert as third They are applied in order in which they were done.
0
votes
0answers
195 views

Embarcadero XE3 - Connect 2 ClientDataSet in Master-detail relationship with a String field as MasterField

I have a simple VCL form with a Master-Detail relatioship between 2 TClientDataSet. This is how my db components are connected The datatypes of components are (first row, from left to right): ...
0
votes
0answers
36 views

How to debugging query on ApplyUpdates() procedure

I have a database application written in C++ Builder XE and configured with MySQL database using dbExpress driver. I display the database tables with TBDGrid object. I need to insert new entry ...
2
votes
1answer
189 views

How to use TClientDataSet with SQL Server view? (Or alternative)

In my form I have TADOQuery,TDataSetProvider,TClientDataSet,TDataSource,TDBGrid linked. AdoQuery use SQL Server view to query data AdoQuery.SQL: Select * from vu_Name where fld=:fldval ...
1
vote
3answers
308 views

How to access Aggregate Field Value as Currency?

When I try to access the value of an aggregate field (SUM_TOTAL) as the following line: DM.cdsTOTAL.AsCurrency := DM.cdsItemSUM_TOTAL.AsCurrency; The following error occurs: Cannot access field ...
1
vote
1answer
362 views

Avoiding memory corruption in ClientDataSets with poPropagateChanges and poFetchDetailsOnDemand?

Apologies in advance for a rather large reduced program to show the problem... Full code at the end of my question. I've got a program using TClientDataSet extensively, sometimes leading to error ...
4
votes
1answer
260 views

What is the difference between TDataSet and TClientDataset memory management?

I'm using TIBDataSet to fetch records from Firebird database table using Delphi 2007. There is about 1 million records in that table and I'm getting the Out of memory error. The same query runs ...
0
votes
0answers
280 views

Delphi XE2 DBExpress with SQL Server 2008 R2 not recognising Identity fields

I have a table defined like this on my server CREATE TABLE [dbo].[STOCK]( [st_id] [int] IDENTITY(1,1) NOT NULL, [st_code] [varchar](9) NULL ) In Delphi XE2, I place an ADOConnection on the ...
5
votes
2answers
328 views

I need to avoid attempting to update non-physical fields in a Delphi TClientDataset connected to a TSQLQuery

Precis: My code is attempting to update non-physical fields in a Delphi XE TClientDataset, (connected to a TSQLQuery with its SQL property set) that were created as result of a runtime Open command. ...
0
votes
0answers
179 views

Changing ClientDataSet.StatusFilter breaks the Master/Detail link

I have two ClientDataSet in a master/detail relationship. One of them is nested in the other. I need to apply the updates manually, since the data is coming from two ADOQuery components. During the ...
0
votes
1answer
718 views

Convert Delphi ClientDataSet to dfXML

I've just installed Delphi 7 for Personal Use and I'm trying to convert a delphi ClientDataSet file to dfXMLUTF8. All I really need is the xml structure. This site suggests that running 4 lines of ...
2
votes
1answer
170 views

TClientDataSet.Cancel Loses TDBMemo Values

I have a form with the following controls: TDBEdit, TDBMemo, TDataSource, TClientDataSet If the user edits the fields and then clicks a button on the form that simply calls the MyCDS.Cancel method ...
0
votes
1answer
236 views

Wrong nested datasets insert order on ApplyUpdates

I have 4 ClientDataSets like this: Master ---Detail 1 ---Detail 2 ------SubDetail 2.1 - here there is a FK to Detail 1 The insert order of records on datasets is: Master, Detail 1, Detail 2, ...
1
vote
1answer
576 views

How can I refresh a TClientDataSet without applying pending updates?

Here is what I'm trying to accomplish: Retrieve 1 record from the database through TSQLDataset's CommandText: SELECT * FROM myTable WHERE ID = 1 Use TClientDataset to modify the record. (1 pending ...
2
votes
2answers
626 views

filtering record in client dataset where the record is false

the sI have a clientdataset boolean field named "Controled". I want to filter not controled records. In Delphi XE (VCL) I was using these code and it was working: ClientDataSet1.Filter := ...
3
votes
3answers
531 views

OnValidate for a TClientDataSet

I'm trying to write an OnValidate event on a field on a TClientDataSet, something along the lines of procedure TForm8.ClientDataSet1MyFieldValidate(Sender: TField); begin if Sender.AsFloat > 30 ...
5
votes
1answer
220 views

Reverse the order on an index for a ClientDataSet

I'm wanting to reverse the order of an index in a TClientDataSet, the following code looks like it should do the trick but does nothing. Is there a nice way to reverse the order of an index? ...
0
votes
1answer
181 views

Record pointer change on calling edit in clientdataset [closed]

Why would the record pointer change on calling EDIT in cliendataset: if myClientDataSet.Locate(VsKeyField, VvKeyValue, []) {pointer change as intended) then myClientDataSet.Edit; {pointer changes ...
0
votes
1answer
478 views

ClientDataSet only partially transferring data from TADOQuery

I have two databases and I need to ensure that all records in one database have a matching record in the other. I will call these DB-SQL and DB-Legacy This would be easy enough if both had an SQL ...
0
votes
2answers
627 views

Refreshing values in a TClientDataset after update

I got a TClientDataset that contains data from several tables. When I apply updates on this dataset it might get out of sync. I'll give you one example: In the table to update i got an id called ...
1
vote
1answer
303 views

Delphi 7 TClientDataSet aggregates don't work if sorting by a different index [closed]

I got a ClientDataset that has three aggregate fields. The aggregates calculate, amongst others, the total ordered amount per customer, so they use an index on the customer ID. I use this ...
0
votes
1answer
170 views

Missing Field Errors In TClientDataSet when external dll called from Delphi 7

I have a DLL created in Delphi XE2 that is using DB Express and TClientDataSet to display the results of a join in a DB Grid. There is a simple function to launch/show the form that is exported for ...
1
vote
1answer
219 views

How do I retrieve all records through a TDatasetProvider?

If I have two datasets that are both descended from TCustomClientDataset, I can have one call CloneCursor on the other, and have an independent view of the same data. The documentation makes it ...
3
votes
1answer
284 views

Can I create TDataSetFields at runtime?

I have a simple code which creates a copy a dataset and all of it's detail datasets at runtime: DestDataSet.FieldDefs.Assign(SourceDataSet.FieldDefs); ...
4
votes
1answer
510 views

Obtain Trigger generated values after ApplyUpdates with a TClientDataSet

I have a (Firebird) DB. For most of my tables I have a trigger which fires before insert which will create the Primary Key (PK) for me via a generator as well as write to the newly inserted records a ...
0
votes
0answers
143 views

DbGrid clears field inTClientDataSet when clicking empty space

I got a DbGrid on a form hooked up with a TClientDataSet which gets its data via a TadoStoredProc connected to SqlServer 2012. I also got a number of TdbEdits on the same form all connected to the ...
0
votes
1answer
600 views

“Mismatch in datapacket” error in TClientDataSet

I have a .cds file that suggest it is TClientDataSet file. When I try to open it whit TClientDataSet in Delphi 7, when set Active to true, error "Mismatch in datapacket" has occurred. Please help me ...
0
votes
1answer
209 views

Can Delphi ClientDataSets be used in iOS Applications?

I read the Components Not Used in iOS Apps post in the Embarcadero DocWiki and was unable to tell if ClientDataSets and DataSources can be used in iOS applications. Can anyone confim or deny whether ...
1
vote
1answer
267 views

TADO recordset XML to TClientDataSet XML format

I'm saving TADO recordset to XML and trying to load it to TClientDataSet but geting error about wrong XML format. How can i transform ADO XML recordset format to TClientDataset format. thanks.
2
votes
1answer
235 views

TClientDataset - is it possible to filter by unicode column name?

I have a TClientDataset which could contain column names with non-ascii characters. It seems that I can not filter on such columns. Here is an example code: uses DB, DBClient; {$R *.dfm} ...
0
votes
0answers
125 views

I can't refreshing TDBGrid record set..

I have a Database project mix with RAD Studio C++ Builder XE using dbExpress component. I must sort my table here but I can't refreshing any change/update on my TDBGrid record set. I've been change it ...
0
votes
1answer
949 views

Export TStringGrid to doc, xls and pdf

I have a kind of report that I`ve created with the help of TZColorStringGrid (it is a descendant of the Delphi's TStringGrid) and I want to be able to export to doc, xls, pdf and also to be able to ...
3
votes
1answer
297 views

Why does't OnEditError or OnPostError catch an invalid user entry in TClientDataSet?

I have an in-memory dataset attached to a TDBGrid via some datasource. The problem is that an AV (validation error) is fired whenever the user enters a minus sign in a numeric field and presses either ...
3
votes
1answer
370 views

PHP append to ClientDataSet CDS File

I have an empty Delphi ClientDataSet CDS File setup with all the Columns/Headers/Datatypes that I need. I want to use PHP to append an associative array into CDS rows. Is this possible? The array ...
4
votes
2answers
233 views

PHP - MYSQL to ClientDataSet

I don't know much about Delphi / ClientDataSets but I'm willing to look into it. I have a question before I pursue it though, to determine if what I want to achieve is feasible. I want to use a PHP ...
0
votes
0answers
458 views

delphi 2009 ClientDataSet.ApplyUpdates(-1) reutrns 3457496 on 10 rows processing

running the code under a transatction then calling applayUpdates, and caching the errors to fix them. but the reconsile code that worked in delphi 7, goes to infinite loop on delphi 2009. ...
1
vote
1answer
404 views

TClientDataSet error “Trying to modify read-only field”

I use the next chain TADOQuerry->TDataSetProvider->TClientDataSet to got data for Items and ItemType table and work with it offline. Item TADOQuery's SQL property contains a simple query ...
2
votes
1answer
466 views

What properties determine ClientDataSet field sizes?

I have an app that uses ClientDataSets and local file storage. Some of the info is displayed in a DB grid, and I found it was getting cut off--the first 500 characters or so of a string were ...
4
votes
1answer
430 views

Aggregating a calculated field in TClientDataset

Is it possible to add an aggregate field over a calculated field? Suppose there is a cds with following fields: ID(autoincrement) Name(string) Price(float) Quantity(integer) Total(integer) - ...
1
vote
2answers
1k views

DELPHI: Master-Detail using ClientDataSet and CalcFields

I have a master/detail ClientDataSet as follows (these are created/populated at run-time and populated with data returned from an API call, no database connection): Services: ID Name BasePrice ...

1 2 3