On 10/19/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > I would like to be able to use SQLObject or SQLAlchemy for my tg > project, but since my older database, Sybase 9, is only accessible > through mxODBC, I do not think I have much choice. > > What do I have to worry about in creating custom model classes so that > eveything else in the tg stack "just works", like widgets, etc. > > Do I just need to implement an SQLObject like interface for each of my > model classes since they are typically derived from the SQLObject class > anyway? I would do this just using normal python DB-API calls. I know > it's not as fancy as the ORM tools, but if its all I got, its all I > got.
SQLObject supports some version of Sybase. You should probably look into making that work with Sybase 9 instead of writing a half-baked clone of SQLObject's functionality. -bob --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/turbogears -~----------~----~----~----~------~----~------~--~---

