~ubuntu-branches/ubuntu/quantal/psqlodbc/quantal

« back to all changes in this revision

Viewing changes to docs/config.html

  • Committer: Bazaar Package Importer
  • Author(s): Christoph Berg
  • Date: 2011-04-05 14:48:23 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20110405144823-n77supsa1hjj0ik6
Tags: 1:09.00.0200-1
* New upstream release.
* Fix installing {A,W}/usr/lib/odbc.  Closes: #618210.
* Convert to 3.0 (quilt).
* Remove psqlodbc-580878.diff: implemented upstream.
* Remove psqlodbc-585476.diff: was caused by #519006 which is now closed.
* Update description, suggested by Martin Eberhard Schauer.
  Closes: #565611.
* New maintainer.  Closes: #472818.

Show diffs side-by-side

added added

removed removed

Lines of Context:
210
210
(7.3+) When using prepared statements, prepare them on the server rather than in the driver. This can give a slight performance advantage as the server<br>
211
211
&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp doesn't need to re-parse the statement each time it is used.<br />&nbsp;</li>
212
212
 
 
213
<li><b>use gssapi for GSS request:</b> GSSAPI use to AUTH_REQ_GSS request from a server.(only Windows)<br />&nbsp;</li> 
 
214
 
213
215
<li><b>Int8 As:</b> Define what datatype to report int8 columns as.<br />&nbsp;</li>
214
216
 
215
217
<li><b>Extra Opts:</b> combination of the following bits.<br /><br>&nbsp;
238
240
error occur.<br />&nbsp;
239
241
 
240
242
<ul>
241
 
<li><i>Nop:</i> Don't rollback anything and let the application handle the
 
243
<li><i>Nop(0):</i> Don't rollback anything and let the application handle the
242
244
error.<br />&nbsp;</li>
243
245
 
244
 
<li><i>Transaction:</i> Rollback the entire transaction.<br />&nbsp;</li>
 
246
<li><i>Transaction(1):</i> Rollback the entire transaction.<br />&nbsp;</li>
245
247
 
246
 
<li><i>Statement:</i> Rollback the statement.<br />&nbsp;</li>
 
248
<li><i>Statement(2):</i> Rollback the statement.<br />&nbsp;</li>
 
249
<br>
 
250
<b>Notes in a setup: This specification is set up with a PROTOCOL option parameter.</b><br><br>
 
251
PROTOCOL=[6.2|6.3|6.4|7.4][-(0|1|2)]<br>
 
252
default value is a sentence unit (it is a transaction unit before 8.0).<br>
 
253
<br>
247
254
 
248
255
</ul></li>
249
256
 
285
292
Log debug messages to that file. This is good
286
293
for debugging problems with the driver.<br />&nbsp;</li>
287
294
 
 
295
<li><b>MSDTCLog (C:\pgdtclog\mylog_xxxx.log - MSDTC debug output):</b>
 
296
Log debug messages to that file. This is good
 
297
for debugging problems with the MSDTC.<br />&nbsp;</li>
 
298
 
 
299
<li><b>Specification of the holder for log outputs:</b>
 
300
Adjustment of write permission.<br />&nbsp;</li>
 
301
 
288
302
</ul>
289
303
 
290
304
<h2>Manage DSN Dialog Box</h2>