patch-etc_odbc_ini_sample 930 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. $OpenBSD: patch-etc_odbc_ini_sample,v 1.1 2011/06/16 01:29:57 sthen Exp $
  2. --- etc/odbc.ini.sample.orig Mon Jan 18 23:37:33 1999
  3. +++ etc/odbc.ini.sample Thu Jun 16 02:23:15 2011
  4. @@ -1,22 +1,20 @@
  5. ;
  6. ; odbc.ini
  7. ;
  8. +[ODBC]
  9. +Trace = 0
  10. +TraceAutoStop = 0
  11. +TraceFile = sql.log
  12. +
  13. [ODBC Data Sources]
  14. -OpenLink = OpenLink (MT)
  15. +ExampleTDS = example MS server
  16. -[OpenLink]
  17. -Driver = /home/openlink/lib/oplodbc.so.1
  18. -Description = Sample OpenLink MT DSN
  19. -Host = localhost
  20. -ServerType = Oracle 8
  21. -FetchBufferSize = 99
  22. -UserName =
  23. -Password =
  24. -Database =
  25. -ServerOptions =
  26. -ConnectOptions =
  27. -Options =
  28. -ReadOnly = no
  29. +[ExampleTDS]
  30. +Description = test ODBC for MSSQL
  31. +Driver = FreeTDS
  32. +Servername = <name of freetds.conf section>
  33. +TDS_Version = 7.0
  34. +language = us_english
  35. [Default]
  36. -Driver = /home/openlink/lib/oplodbc.so.1
  37. +Driver = FreeTDS