Additional
dbCAP
AnyDAC
ThinDAC
NCOCI8
Topic: v2 initial testing.
v2 initial testing.
Posted: 2007/09/10 12:58
 
1) Can you kindly preserve TAdClientDataSet in your next build?
Re:v2 initial testing.
Posted: 2007/09/10 23:02
 
Hello

In AnyDAC v 2.0, it will be renamed into TADMemTable.

Regards,
Dmitry
Re:v2 initial testing.
Posted: 2007/09/11 03:09
 
hi,
there is no compatibility between AnyDac 1.xx and AnyDac 2.xx

i.e., suppose you want to upgrade that part of code:

1) Ø need to first move the paramters of the property from TAdClientDataSet (missing) to TAdMemTable.

2) When opening form, the component is missing, have no idea how to migrate the DFM settings from TAdClientDataSet to TAdMemTable.

3) You could add TAdClientDataSet, with note that it will no longer be maintained. (for old AnyDac 1.xx user).

4) Many options changed in TAdClientDataSet --> TAdMemTable, it is not clear how to proceed with update, if I have around 100 forms to update.
Re:v2 initial testing.
Posted: 2007/09/11 05:17
 
Hello

1) All what you need, is to replace all TADClientDataSet with TADMemTable. You can use many tools for that, dfmChanger for example. Read GettingStarted for details how to use it.
2) The reason for name change is following. TADClientDataSet role is to be in-memory table. All AnyDAC dataset's are client datasets. So, I just have made things more clear.

Regards,
Dmitry