Re: [SQLObject] Re: Support for SQLObject on Windows?
SQLObject is a Python ORM.
Brought to you by:
ianbicking,
phd
From: James R. <jcr...@ya...> - 2003-11-05 18:13:39
|
Mauro, I have a similar need. I have started to work on finishing (actually mergeing and testing) the Sybase stuff that is currently branched in CVS. Since Sybase is so close to MSSQL (or vice versa), the MSSQL SQLObject DBConnection will probably just "point to, extend from,or contain" the Sybase DBConnection. > > So, I'd really like to use it on Windows (alas, > this is the platform > > of choice where I work) to access SQL server and > Oracle DBs. Right now > > we use ODBC for it all, since we can live with it > and its rather As far as ODBC is concerned, my first thought was to have a simple wrapper layer around the other drivers (where you'd pass in the class for the type of server you plan on talking to), but I have since been experimenting with a python driver for mssql (http://pymssql.sourceforge.net/). So, I haven't done anything with ODBC, yet. > > MS-SQL and Oracle in the past, so I was wondering > at how much would be > > needed still to make it work. If it isn't too > much, I may be able to > > lend you a hand. > > > > Or, at least I could be a beta tester ;-) Long story short: I will probably commit a unit tested Sybase/MSSQL DBConnection within the next week or so. James __________________________________ Do you Yahoo!? Protect your identity with Yahoo! Mail AddressGuard http://antispam.yahoo.com/whatsnewfree |