odbc.ini.sample 427 B

12345678910111213141516171819202122
  1. ;
  2. ; odbc.ini
  3. ;
  4. [ODBC Data Sources]
  5. OpenLink = OpenLink (MT)
  6. [OpenLink]
  7. Driver = /home/openlink/lib/oplodbc.so.1
  8. Description = Sample OpenLink MT DSN
  9. Host = localhost
  10. ServerType = Oracle 8
  11. FetchBufferSize = 99
  12. UserName =
  13. Password =
  14. Database =
  15. ServerOptions =
  16. ConnectOptions =
  17. Options =
  18. ReadOnly = no
  19. [Default]
  20. Driver = /home/openlink/lib/oplodbc.so.1