-
Member
Porblem with connecting to sql with centos
Help i have problem when i check connection of server to sql it says unable to find sql database i did evertyhing accordingly but still get this problem
-
-
Member
Re: Porblem with connecting to sql with centos
check ODBC.ini settings! under centos!
-
Re: Porblem with connecting to sql with centos
If you are using SQL 2005 express then you should know 2 things:
1. SQL 2005 express disables remote connections by default.
2. SQL 2005 installs as a "named instance" by default and you don't really want that.
Check my guide on how to fix both.