[sqlalchemy] sqlalchemy reflection

2010-03-31 Thread Tan Yi
quick question: for sqlalchemy+ms sql server, what kind of accessibility does it need to do table reflection? What I am trying to do is that I try to reflect a table from an existing database, and I successfully created an engine. But I got following exception: raise exc.DBAPIError.instance(None,

[sqlalchemy] SqlAlchemy reflection error in TurboGears 2

2009-06-03 Thread Mike
Hi, I am working on a TurboGears 2 application that uses SqlAlchemy 0.5.1. I am using reflection and am having a lot of trouble with it. Anyway, here's the error I am getting: Traceback (most recent call last): File V:\PythonPackages\Development\pyRetention\Scripts\paster- script.py, line 8,