Search found 7 matches
- 25.07.2006, 12:34
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: different TZConnection classes for diferent sql servers
- Replies: 12
- Views: 1847
Or other one short and simple solution may be : add one unit for one DB connection for example : unit ZConnectorSQLite; interface uses Classes,ZDbcSqLite; type TZSQLiteConnector=class(TComponent); implementation end. This forces initialization part of ZDbcSqLite to register TZSQLiteDriver in DriverM...
- 25.07.2006, 09:37
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: different TZConnection classes for diferent sql servers
- Replies: 12
- Views: 1847
- 25.07.2006, 07:07
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: different TZConnection classes for diferent sql servers
- Replies: 12
- Views: 1847
- 24.07.2006, 12:07
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: different TZConnection classes for diferent sql servers
- Replies: 12
- Views: 1847
- 24.07.2006, 07:38
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: different TZConnection classes for diferent sql servers
- Replies: 12
- Views: 1847
Hi Attila, Re1: the problem is that at design time I need all database support, becasue one time I develop db application for Firebird and at second time for SQLite and then for MySQL. But when I compile such application support for all databases is linked (due to setting in zeos.inc, where is enabl...
- 24.07.2006, 06:28
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: firebird CREATE DATABASE
- Replies: 4
- Views: 1387
- 21.07.2006, 11:40
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: different TZConnection classes for diferent sql servers
- Replies: 12
- Views: 1847
different TZConnection classes for diferent sql servers
Hi, consider please the following situation : 1. I install zeos package, enabling in zeos.inc for example Interbase and SQLite support, because I plan develop 2 applications. First is client/server and uses Interbase and the second is application, that uses sqlite 2. I build first application, which...