Hi,

> > The SQL works in our SQL analyzer with or without the named parameter
> > > and with the semicolon. We tried it the way you mentioned too, using
> > > positional parameters, and got the same error. I apologize for
> > > forgetting to mention that in my first post.
>

Dunno if this is related, but pyodbc and adodbapi execute each statement in
a separate context. This caused a problem with scope_identity, as in the
original implementation with pyodbc, scope_identity always returned null.

Paul

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to