Published on: 2021-10-09 22:26:58
Categories: 23
Share:
SQLDirect is a library of components for connecting Delphi applications to SQL databases. This library is actually a lightweight database engine for the default Borland / CodeGear / Embarcadero Delphi v.5 – 10, 2010, XE-XE10 and C ++ Builder v.5 – 2010, XE-XE10 engines. SQLDirect uses the Delphi native interface to connect to SQL databases and will have familiar coding for the programmer. List of databases supported by this library:
Below you will find the required files to install SQLBase Server on Win32 platform (Windows95 / 98 or Windows NT).
File Name | Description |
Dbnt1sv.exe or Dbnt? Sv.exe | SQLBase engine for Win32 (Window95, 98, NT), where ‘?’ is a user license for the server. |
Start.dbs | Template database. It is necessary to create a new database. |
Sql.ini | Configuration file for server |
Message.sql | Message constants and description |
Error.sql | Error number and description |
Country.sql | Country settings for foreign languages (not default-English) |
Communication DLL | See description of the required DLL in Sql.ini.Most frequency used 32-bit communication libraries:
|
It is desirable to place all files in one directory. Then you need to have a server configuration, ie set up server name, country (if you do not use default setting), communication protocol and other required settings.
The most important Sql.ini-sections for the 1-User SQLBase Win32 database server are shown below.
[dbnt1sv]
servername = SRV1, sqlws32
cache = 2000
sortcache = 2000
; database path
dbdir = C: Centura
dbname = TEST, sqlws32
[dbnt1sv.dll]
comdll = sqlws32
These lines contain the following information. The SRV1 server is configured for TCP / IP protocol and has database files in the C: Centura directory. Now the server has an installed TEST database.
For more detailed information on configuring a server and Sql.ini-keywords, see Centura SQLBase Books (SQLBase Database Administrator’s Guide).
Use the password in the Password.txt file to install the app.
Download SQLDirect 6.5.2 Source (Adapted to Alexandria)
Download SqlDirect_6.5.1_for_D5-XE10.2_Tokyo
70 MB
Sharing is caring: