ADODB Error: [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified
I downloaded the odbc driver for PHP. I pasted that driver in the PHP ext directory, then I get the error. Can anybody help me?
ADODB Error: [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified
I downloaded the odbc driver for PHP. I pasted that driver in the PHP ext directory, then I get the error. Can anybody help me?
A few things that I would try,
As the comment above states, which driver you are using, it's version, and which database you're connecting to would also be handy to know :)
I assume that you're using PHP5 to connect to MSSQL2005. In which case the driver is really dodgy, or was when I last worked with it. It would maintain a connection about 1/3 tries. What web server are you using? As I recall when we were using IIS to serve the PHP+MSSql we had some configuration to do in the IIS setup.