I don't think you'll have a lot of luck with the schema/owner arguments;
it's most likely an environmental issue with your MSSQL install, there are a
lot of settings for MSSQL that can play havoc with table reflection.

Try logging the SQL that's being generated, that might point out the issue.

Or, try not using table reflection and writing out explicit table
definitions.

Rick



On 6/12/07, one.person <[EMAIL PROTECTED]> wrote:
>
>
> So all of the above was done with Windows XP, Python 2.4.3, pymssql
> 0.7.4, and MSSQL 2000.  I upgraded to pymssql 0.8.0 with the same
> results.  I uninstalled that and installed pyodbc 2.0.3.6, same
> results.
>
> The obvious differences between my installation and yours is that I am
> using MSSQL 2000 and Python 2.4.3.
>
> Not exactly sure what else to do here other than experiment with the
> 'schema' and 'owner' arguments on Table().  Any other suggestions?
>
> Thanks again
>
>
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to sqlalchemy@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to