Uwe Grauer wrote:
pymssql 1.0.0 was released a few days ago: http://pymssql.sourceforge.net/
Despite it's version number, it might not be ready for prime time yet. I pulled it down to try it out, and this is what I got back from my first attempt to feed it an SQL statement:
>>> cursor.execute("create table t (i int primary key, n varchar(32))") Traceback (most recent call last): File "<stdin>", line 1, in <module> File "pymssql.py", line 182, in execute self._source.execute_query(operation, params) TypeError: not all arguments converted during string formatting -- Bob Kline http://www.rksystems.com mailto:bkl...@rksystems.com _______________________________________________ DB-SIG maillist - DB-SIG@python.org http://mail.python.org/mailman/listinfo/db-sig