18 Apr
2001
18 Apr
'01
10:20 p.m.
Well I tried running mxodbc and that seems even worse then zodbca when connecting to MS SQLServer... for example queries have to be in exactly the right order: This does not work: select Subtype_Cookbook.discussion, Subtype_Cookbook.resource_id from Subtype_Cookbook This works: select Subtype_Cookbook.resource_id, Subtype_Cookbook.discussion from Subtype_Cookbook Is there something im missing here? Many other people here have connected using zmxodbc to SQLServer with no problem... Cheers. -- Andy McKay.