- 论坛徽章:
- 0
|
/**
* \defgroup PDb
*
* Since LifeType 1.1, ADOdb is no longer part of LifeType and now all database interaction is handled via PDb,
* a much tighter implementation of a database abstraction layer inspired on ADOdb (PDb is like ADOdb, with the
* only difference that only those methods from ADOdb that were used by LifeType's code were implemented)
*
* The only noticeable difference that may make your code incompatible with this implementation is that the
* function NewDataDictionary() used to get a data dictionary in ADOdb has been renamed to
* NewPDbDataDictionary() to avoid problems where both ADOdb and PDb have to coexist.
*/
兼容性还是比较好的 |
|