2 Commits

Author SHA1 Message Date
0d31432aa9 Various updates for mysqldataset:
- Add property Capabilities to TMySQLConnection which is automatically filled after connect. Can be easily used by client-applications to decide if a feature can be used or not. The client will not need to know the relevant version numbers.
- documentation
- Consistently rename TSQL* types to TMySQL*
- Read ServerVersionStr always "live" by calling GetServerVersionStr as the reader. The version string *can* change after a reconnect.
2007-09-13 23:10:36 +00:00
cf770d4862 First try of creating a lightweight and flexible replacement of ZQuery + ZConnection. Only half implemented yet and far from being production-ready. Mainly the interface to TDataSource and DB aware components are missing. Will need to add some icky pointer stuff. 2007-09-12 23:19:03 +00:00