On Thu, 30 Mar 2006 16:52, you wrote: > On Thursday 30 March 2006 16:18, Roy Britten wrote: > > A workmate asks: > > > > I want to build a 'os-independent' (linux, win) python client software > > which is capable to connect to an SQL Server and get data from him. > > Any advice which of the many Python DB modules to use? > <snip> > > HTH, That the sort of thing you wanted to know?
Hmm. I don't think so Chris. I think he wanted to know which of the plethora of modules would be good to use. I have only used the mySQLdb module, but of course, that is keyed to the mySQL database server. Actually, Chris, maybe you're right. I read into the question that the "workmate" wanted a database server independent solution too. In which case maybe sqlobject would be a suitable module. Which is it Roy? Andy
