Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2014
184
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. new PDO("dblib:host={$hostname};dbname={$dbname}", $user, $pass);
  2.  
  3. SQLSTATE[01002] Adaptive Server connection failed (severity 9)
  4.  
  5. locale is "cs_CZ.UTF-8"
  6. locale charset is "UTF-8"
  7. using default charset "UTF-8"
  8. 1>
  9.  
  10. [hostname]
  11. host = ipaddress
  12. port = 1433
  13. tds version = 8.0
  14.  
  15. Version: freetds v0.91
  16. freetds.conf directory: /usr/local/Cellar/freetds/0.91/etc
  17. MS db-lib source compatibility: no
  18. Sybase binary compatibility: no
  19. Thread safety: yes
  20. iconv library: yes
  21. TDS version: 7.1
  22. iODBC: no
  23. unixodbc: no
  24. SSPI "trusted" logins: no
  25. Kerberos: no
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement