install

来自「控件名称:WINZEOS.ZIP 2002年08月03日 作者:Capell」· 代码 · 共 37 行

TXT
37
字号
                           WINDOWS INSTALL
 
1. Unpack the archive with components

2. Copy libmysql.dll and/or libpq.dll into 
  your Windows/System directory

3. Edit Zeos.inc file. You may set there you language,
  maximum quantity of supported memo fields, etc.

4. Add to Delphi Library Path pathes to XXX, XXX\common, XXX\dbase, 
  where XXX - ZeosDBO directory.

5. Compile and install library in Delphi 3.0, 4.0, 5.0 and
  C++ Builder 4.0 with the same version of dpk file. 
  Install dpk files in the next sequence: 
  ZCommonXXX, ZDbwareXXX, { ZMySqlXXX | ZPgSqlXXX | ZIbSqlXXX 
  | ZMsSqlXXX | ZOraSqlXXX }
                           LINUX INSTALL			   1. Unpack the archive with components

2. Unpack XXX/kylix/desprop50562.tar.gz into kylix/lib directory  (Files dbdesign.dcp and std.dcp should be there)
3. Edit Zeos.inc file. You may set there you language,
  maximum quantity of supported memo fields, etc.

4. Add to Kylix Library Path pathes to XXX, XXX\common, XXX\dbase, 
  where XXX - ZeosDBO directory.
5. Check pathes to shared libraries in ZLibXXSql.pas
6. Compile and install dpk files in the next sequence: 
  ZCommonK, ZDbwareK, { ZMySqlK | ZPgSqlK | ZIbSqlK} 

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?