Advertisement
Guest User

Untitled

a guest
Oct 14th, 2011
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. [PostgreSQL ANSI]
  2. Description = PostgreSQL ODBC driver (ANSI version)
  3. Driver = /usr/lib/odbc/psqlodbca.so
  4. Setup = /usr/lib/odbc/libodbcpsqlS.so
  5. Debug = 0
  6. CommLog = 1
  7. UsageCount = 1
  8.  
  9. [PostgreSQL Unicode]
  10. Description = PostgreSQL ODBC driver (Unicode version)
  11. Driver = /usr/lib/odbc/psqlodbcw.so
  12. Setup = /usr/lib/odbc/libodbcpsqlS.so
  13. Debug = 0
  14. CommLog = 1
  15. UsageCount = 1
  16.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement