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: 300
php
|symfony-1.4
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