= doc.FAQ.WhatIsTheUdbciniFile %TOC% {{{ ; ; udbc.ini ; ; OpenLink System-wide UDBC/IODBC parameters ; ; (C)Copyright 1997 OpenLink Software. ; All Rights Reserved. ; ; The copyright above and this notice must be preserved in all ; copies of this source code. The copyright above does not ; evidence any actual or intended publication of this source code. ; ; This is unpublished proprietary trade secret of OpenLink Software. ; This source code may not be copied, disclosed, distributed, demonstrated ; or licensed except as authorized by OpenLink Software. ; [UDBC] ;DebugFile = /tmp/udbc.out ; Write client debugging output [Communications] ReceiveTimeout = 120 ; max. time to complete a request BrokerTimeout = 30 ; max. time to wait for oplrqb RetryTimeout = 5 ; Retry time for oplrqb locating SendSize= 4096 ; RPC send buffer size ReceiveSize = 16000 ; RPC receive buffer size ShowErrors = Y ; Pass RPC errors to applications DataEncryption = N ; Encrypt outgoing data ; ; The section [default] will be used when no DSN= string is found ; in the SQLDriverConnect parameter ; ; These values can be overruled in the connect string passed to ; SQLDriverConnect: ; ;HOST= [Host] ;SVT= [ServerType] ;DATABASE= [Database] ;OPTIONS= [Options] ;UID= [UserName] ;READONLY= [ReadOnly] ;FBS= [FetchBufferSize] ;ConnectOptions= [ServerOptions] ; [dsn_db2] Description = Sample DB2 DSN Host = localhost ServerType = DB2 FetchBufferSize = 60 ;Database = ;ServerOptions = ;ConnectOptions = ;Options = ;UserName = ;Password = ;ReadOnly = yes }}} ----