Icon View Incident Report

Minor Minor
Reported By: Trevor Keegan
Reported On: 11/25/2007
For: Version 1.06 Build 1
# 2490 TEDBQuery Not Working as a DataSetProvider for TClientDataSet

I am just getting started on a new application and I was wanting to use the TClientDataSet, TDataSetProvider and the EDBQuery & EDBUpdateSQL.

Basically all that I have done is:

1. Put down a TClientDataSet, TDataSetProvider & TEDBQuery
2. Set the SQL property on the EDBQuery & Open the query
3. Set the DataSet property of the DataSetProvider to point to the Query
4. Set the ClientDataSet.Provider.Name to the name of the Provider

When I open the ClientDataSet I am told there is a 'Catestophic Failure' (as far as I have been able to work out, the DataSetProvider is trying to send a NULL back)

The other thing is, that if I change the TEDBQuery for a TEDBTable, and keep eveything else the same....then everything works, and I get data in the ClientDataSet.


Resolution Resolution
Fixed Problem on 11/26/2007 in version 1.07 build 1


Products Affected Products Affected
ElevateDB VCL Client-Server
ElevateDB VCL Client-Server with Source
ElevateDB VCL Standard
ElevateDB VCL Standard with Source
ElevateDB VCL Trial

Image