' For ease of switching connections, you can add connections to 
' the dbxconnections file. This is normally located as 
' <home>.borland/dbxdrivers

[NDB Simple Connection to a running ASA engine]
Database=asademo
DriverName=NativeDB
Password=sql
User_Name=dba

[NDB Connection to a running ASA engine somewhere in the LAN]
Database=eng=asademo;dbn=asademo;commlinks=tcpip{host=server;dobroadcast=no;to=20};astop=true
DriverName=NativeDB
Password=sql
User_Name=dba

[NDB Connection to an OEM character based ASA engine]
Database=eng=asademo;dbn=asademo;oemconvert=true
DriverName=NativeDB
Password=sql
User_Name=dba

[NDB Connection to an ASA engine loading a database with the "Ignore trailing blanks option"]
Database=eng=asademo;dbn=asademo;trimblanks=true
DriverName=NativeDB
Password=sql
User_Name=dba


