|
|||
|
Hello Friends,
I m newbie to zend framework. I m trying to connect mssql 2005. Following is my config.ini file: [general] debug = 0 db.adapter = PDO_MSSQL db.params.host = localhost db.params.username = user db.params.password = passwd db.params.dbname = my_db db.params.port = 1433 db.params.pdoType = mssql date_default_timezone = "Europe/London" logFiles.error = "../var/logs/ApplicationErrors.txt" [live : general] [dev : general] debug = 1 logFiles.error = "php://output" [test : general] db.params.dbname = places_test It gave me some timeout error. Then I replaced old ntwdblib.dll with newer version. This time it gave the following error: Error: SQLSTATE[HY000]: General error: 10007 Incorrect syntax near ')'. [10007] (severity 5) [(null)] Plz help Kunal |
![]() |
| Thread Tools | |
| Display Modes | |
|
|