1
0

odbcinst.ini 995 B

123456789101112131415161718192021
  1. ;##########################################################################
  2. ;# ODBC database driver manager system initialisation file. #
  3. ;##########################################################################
  4. ;# It is recommended that you take a copy of this file and then edit the #
  5. ;# copy. #
  6. ;# #
  7. ;# 1. Complete the 'Mandatory information stanza' section #
  8. ;# at the end of the file. #
  9. ;# #
  10. ;##########################################################################
  11. ;##########################################
  12. ;###### Mandatory information stanza ######
  13. ;##########################################
  14. [ODBC]
  15. ;# To turn on ODBC trace set Trace=yes
  16. Trace=no
  17. TraceFile=/var/log/odbctrace.out
  18. Threading=2