I think you need a third adapter. Look at the source of MSQL2Adater in dal.py is it very short and easy to read.
How should yours look like? If you tell me that, I tell you how to make it. On Mar 11, 10:00 am, Skiros <hansen.marc...@gmail.com> wrote: > The problem is that both adapters are causing me errors... > > On 10 mar, 14:50, Ross Peoples <ross.peop...@gmail.com> wrote: > > > > > > > > > I noticed that you use mssql2:// in there. I don't know if it will help, or > > make things worse, but try just mssql:// instead of mssql2://, as that > > adapter is still in development and is not yet supposed to be backwards > > compatible. I have to use MSSQL2000 for an application I'm developing, and > > the mssql adapter is quite buggy. For now, I'm just using sqlite for > > development, then I'll move back to the mssql adapter when I'm ready for > > testing.