Advertisement
Guest User

Untitled

a guest
Dec 28th, 2016
196
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.99 KB | None | 0 0
  1. [VDP_acme_DSN]
  2. Description = VDP connection
  3. Driver = DenodoODBCDriver
  4. Servername = <host name>
  5. Port = <Virtual DataPort ODBC port. Default is 9996>
  6. UserName = <Virtual DataPort user name>
  7. Password = <Password>
  8. Database = <Virtual DataPort database>
  9. Application_name = <name of the application that will use the DSN>
  10. Protocol = 7.4
  11. BoolsAsChar = False
  12. ByteaAsLongVarBinary= 1
  13. ConnSettings = SET QUERYTIMEOUT TO 3600000; SET I18N TO us_pst;
  14. /*krbsrvname=HTTP*/
  15. Debug = No
  16. DebugFile = ~/unixODBC/log/debug.log
  17. FakeOidIndex = No
  18. Fetch = 1000
  19. Ksqo = 0
  20. LFConversion = Yes
  21. Optimizer = 0
  22. ReadOnly = No
  23. RowVersioning = No
  24. ServerType = Postgres
  25. ShowOidColumn = No
  26. Virtual DataPort 6.0 Developer Guide
  27. Access Through ODBC 26
  28. ShowSystemTables = No
  29. # Uncomment the "Sslmode" property if SSL is enabled in the
  30. # Virtual DataPort Server
  31. # Sslmode = require
  32. Trace = No
  33. TraceFile = ~/unixODBC/log/trace.log
  34. UniqueIndex = Yes
  35. UpdatableCursors = Yes
  36. UseDeclareFetch = 1
  37. UseServerSidePrepare= 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement