Stuck with Read Only Datasets?

Discussion of open issues, suggestions and bugs regarding usage of dbExpress drivers for MySQL in Delphi and C++Builder
Post Reply
mnoe

Stuck with Read Only Datasets?

Post by mnoe » Mon 08 Aug 2005 21:35

Greetings:
I am fairly new to dbX and we are converting over from ADO to dbX and I have downloaded you latest driver for eval and so far I'm having a strange issue:

Basically, all of my dbX datasets (dbX tables) are somehow set read-only and I can't see any reason why. Is this a function of the driver evaluation?

Thanks,
Mike

mnoe

SOrry for the stupid question..

Post by mnoe » Tue 09 Aug 2005 01:12

Figured out the answer by reading the docs.

Anyway, now I'm using the SqlClientDataSet and AutoIncrement fields don't work, meaning, the field editor retrieval does not recognize the data type to be AutoIncrement and my grid will not allow the editing of data.

Is the MySql AutoINcrement datatype supported by the dbX driver?

Delphi 6.2, MySql 4.1.13

Ikar
Posts: 1693
Joined: Thu 28 Oct 2004 13:56

Post by Ikar » Mon 22 Aug 2005 09:34

Logic of working dbExpress and ADO is quite different. Possible, you would be easy to start using MyDAC.

Post Reply