Re: adodb, sql server, and last insert id

2005-05-04 Thread jdonnell
Thanks for the reply. I found that before I posted, but that doesn't look thread safe and I haven't found anything that says it is or isn't. -- http://mail.python.org/mailman/listinfo/python-list

Re: adodb, sql server, and last insert id

2005-05-02 Thread Steve Holden
jdonnell wrote: > I'm not very familiar with sql server or adodb. I'm writing a python > script that uses adodb as described at http://www.ecp.cc/pyado.html, > but I can't figure out how to get the id of my last insert. > The classic method, IIRC, is as follows for SQL Server and recent versions

adodb, sql server, and last insert id

2005-05-02 Thread jdonnell
I'm not very familiar with sql server or adodb. I'm writing a python script that uses adodb as described at http://www.ecp.cc/pyado.html, but I can't figure out how to get the id of my last insert. -- http://mail.python.org/mailman/listinfo/python-list