INF: SQL Server and ODS Sample Gateway on One MachineID: Q89365
|
By default, SQL Server listens on the default pipe \PIPE\SQL\QUERY.
This article describes the method for using an alternate pipe to set
up SQL Server and an Open Data Services (ODS) application (sample
gateway) on a single machine. This can be achieved in two ways:
[sqlserver]
database = c:\sql\data\master.dat
errorlog = c:\sql\log\errorlog
executable = c:\sql\binp\sqlservr.exe
-pnewpipe
These commands will start SQL Server, listening on the pipe
\PIPE\NEWPIPE\QUERY.
App: SQLSERVER
Key: newserv
Value: dbnmpp,\pipe\newpipe\query
This entry can be made using the INIEDIT.EXE or WRITEINI.EXE
utilities that come with the Open Data Services. By default, when
clients connect to \\GEORGE, they will connect to the sample
gateway application, which in turn has a connection to SQL Server
on the same machine, through the pipe \PIPE\NEWPIPE\QUERY.
Additional query words: DB_Library db-lib
Keywords : kbprg SSrvODS SSrvProg
Version : 4.2
Platform : OS/2
Issue type :
Last Reviewed: March 13, 1999