Hi,

There is plenty of issues with Ms SQL backend support with Dabo.
Most of them are pymssql driver generic, e.g.:
1) instead of integer, decimal type is returned for identity values,
     it couses next child requery to fail with "expected simple type, a 
tuple or a list" exception,
     just after saving new row;
2) cursor class dosn't accept parameters for unparametrized queries,
     like "select * from table where 1 = 0", it raises "not all arguments
      converted during string formatting" exception;
3) it seems like pymssql.pymssqlCursor object instance class isn't the 
same as returned
     with pymssqlCnx.cursor() metod - this is thereason of "pymssqlCnx 
instance
      has no attribute 'execute_query'" exception.

I'm working with pymssql 1.0.2 since it works with Python 2.5 and 2.6.
I tried to use new 1.9 version, but it's unusable (see 
http://code.google.com/p/pymssql/issues/detail?id=2).
I did resolve third issue with little dbMsSQL module patch, but there is 
more to do with it.
Anybody willing to help, please?

-- 
Regards
Jacek Kałucki


_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev
Searchable Archives: http://leafe.com/archives/search/dabo-dev
This message: http://leafe.com/archives/byMID/[email protected]

Reply via email to