Welcome, Guest. Register Now!
   
Mark Forums Read Mark Forums Read Mark Forums Read


Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 04-05-2008, 12:09 PM
Junior Member
 
Join Date: Apr 2008
Posts: 1
Default MSSQL server problem

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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 01:19 AM.