Advertisement
Guest User

Untitled

a guest
Oct 29th, 2016
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. [MySQLServerDatabase]
  2. host=hostname
  3. port=1433
  4. tds version=8.0
  5.  
  6. [MySQLServerDatabase]
  7. Driver=MySQLServerDatabase
  8. Description=My MS SQL Server
  9. Trace=No
  10. Server=hostname
  11. UserName=Uname
  12. Password=mypswd
  13. Database=dbName
  14. TDS_VERSION=8.0
  15.  
  16. [MySQLServerDatabase]
  17. Description=FreeTDS Driver
  18. Driver=/usr/lib64/libtdsodbc.so.0
  19. Setup=/usr/lib64/libtdsS.so
  20. tds version =8.0
  21.  
  22. [Name]
  23. host = Server.com
  24. instance = instance_name
  25. #port = port is found automatically, don't define explicitly
  26. tds version = 8.0
  27. client charset = UTF-8
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement