john230873
Programmer
I am trying to use DBexpress as the computer I am putting this application on does no have the BDE. I keep getting the "Operation not allowed on unidirectional dataset" which I have read up on and found that I need a
SQLDataSet
DataSetProvider
ClientDataSet
I have worked out how to link the DataSetProvider to the SQLDataSet but how do I link the ClientDataset.
In short my aim is to link to a sql database and view a table in a dbgrid.
Any good reading on this would be great.
SQLDataSet
DataSetProvider
ClientDataSet
I have worked out how to link the DataSetProvider to the SQLDataSet but how do I link the ClientDataset.
In short my aim is to link to a sql database and view a table in a dbgrid.
Any good reading on this would be great.