[DB-SIG] SQLServer 2005

Bob Kline bkline at rksystems.com
Thu Feb 5 05:03:12 CET 2009


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:bkline at rksystems.com



More information about the DB-SIG mailing list