Couldn't get last insert identifier symfony sql server through ODBC

Posted by JaSk on Stack Overflow See other posts from Stack Overflow or by JaSk
Published on 2010-05-17T18:47:10Z Indexed on 2010/05/17 18:50 UTC
Read the original article Hit count: 274

Filed under:
|

Im getting that error every time I try to add a new set of data to my sql server 2008 database. I'm running windows 7 on my development machine. my current config is:

all:

doctrine:

class: sfDoctrineDatabase

param:

  dsn: 'odbc:Driver={SQL Server Native Client 10.0};Server=localhost;database=jobeet;'

  username: sa

  password: ****

thanks to every one.

© Stack Overflow or respective owner

Related posts about php

Related posts about symfony-1.4