<docbook><section><title>UdadocFAQWhatIsTheUdbciniFile</title><para> </para><title> doc.FAQ.WhatIsTheUdbciniFile</title> doc.FAQ.WhatIsTheUdbciniFile
<para> </para><programlisting>; ; 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=&lt;server host name&gt; [Host] ;SVT=&lt;database server type&gt; [ServerType] ;DATABASE=&lt;database path&gt; [Database] ;OPTIONS=&lt;db specific opts&gt; [Options] ;UID=&lt;user name&gt; [UserName] ;READONLY=&lt;N|Y&gt; [ReadOnly] ;FBS=&lt;fetch buffer size&gt; [FetchBufferSize] ;ConnectOptions=&lt;server specific opts&gt; [ServerOptions] ; [dsn_db2] Description = Sample DB2 DSN Host = localhost ServerType = DB2 FetchBufferSize = 60 ;Database = ;ServerOptions = ;ConnectOptions = ;Options = ;UserName = ;Password = ;ReadOnly = yes 
</programlisting></section></docbook>