; ; Unify Corporation 2008 ; SQLBase INItialization file ; Win32 (Windows 2000, XP and Vista) ;------------------------------------ ; This section is for the SQLBase Win32 database server. You can ; specify which communication protocol(s) the server can use as well as which ; protocol(s) a database can use. [dbntsrv] dbname=ISLAND dbname=SBTASK ANSIJoinSyntax=1 centurydefaultmode=1 ; The default value for readonly is 1, which allows use of "read only" and ; "read committed" (RO and RC) isolation levels. Uncommenting "readonly=0" ; will disallow use of RO and RC isolation levels. ;readonly=0 ; To get process logging, specify a log file and display level. ;log=c:\dbsrv.log ;displevel=4 ; ; SQLBase supports communicating through named pipes. Named pipes ; support Windows network authentication and allows a client running ; on the same machine to find a server without explicit configuration ; Options are: ; namedpipes=No ; 0 - Named pipes not enabled ; namedpipes=Yes ; 1 - Named pipes are enabled for local and remote access ; namedpipes=LocalOnly ; 2 - Named pipes are enabled for local access only. Remote access is denied ; NamedPipes=LocalOnly servername=Server1,sqlws32 Password=HANS autolocktable=0 batchpriority=0 cache=64000 dbdir=C:\ProgramData\Gupta\SQLBase117 tempdir=C:\ProgramData\Gupta\SQLBase117 ; ; The USECLIENTCOUNTRY setting is used to require the client ; COUNTRY configuration setting to match what is being used on the server. ; ; 0 - Server assumes client COUNTRY setting is compatible with the ; one the server is using. The client no longer needs to specify ; the COUNTRY configuration parameter when the server has it set. ; However, the client should be using the same character set as ; the server. ; 1 - Client COUNTRY= setting must match what the server is using ; ; The default value is 0, COUNTRY setting not required ; ; USECLIENTCOUNTRY=0 [dbntsrv.gui] [dbntsrv.dll] comdll=sqlws32 ;comdll=sqlapipe [dbntsrv.apipe] [dbntsrv.ws32] ListenPort=2155 ; Win32 (Windows 2000, XP and Vista) ;------------------------------------ ; Use this section to specify Win32 client workstation parameters that ; are independent of the communications protocol(s) being used. ; ; This section is for the Win32 client workstations. Here you will specify ; the COMmunication DLL(s) that the Win32 application(s) intend to use. ; Use the following protocol(s) to connect to the specified SQLBase product: ; ; comdll SQLBase target ; ------ -------------- ; sqlapipe LOCAL database using Anonymous Pipes ; sqlws32 REMOTE database using TCP/IP (WinSock) [win32client] ; On 11.7 and above, if the CLIENTNAME is not specified, the computername ; will be displayed on the server. Also, the CLIENTNAME is not limited to 12 characters. clientname=Win32User ; The transports option overrides the [win32client.dll] section. ; Possible values for transports are ; ; npipe,tcpv4,tcpv6,apipe transports=npipe,tcp,apipe clientruntimedir=C:\Program Files\Gupta\SQLBase117 ; ; The [win32client.dll] used to have a list of communication .dll's ; to use for communication. Communication .dll's have been removed. ; This section is read and interpreted to be backwards compatibible. ; The transports parameter now supersedes it. ; ;[win32client.dll] ;comdll=sqlws32 ;comdll=sqlapipe [win32client.npipe] [win32client.apipe] serverpath=Server1 autostartserverpath="C:\Program Files\Gupta\SQLBase117\dbntsrv.exe" [win32client.ws32] serverpath=Server1,localhost,2155/*