Paul, Thanks for the message. I checked into this but did not find any useful information on setting schemas in SQL Server. After further testing, I found that some tables could be recognized while others could not. for example:
dbo.CMBSHistory - could not be found. SQLObject searched for "cmbs_history" dbo.Currencies - SQLObject found this w/o a problem. Any ideas what else to check? it can't be a permissioning issue, the py_user account has dbo permissions on the DB in question. Thanks again! - Luis On Aug 10, 4:09 am, Paul Johnston <[EMAIL PROTECTED]> wrote: > Hi, > > >dbo.ExistingTable1 > >dbo.ExistingTable2 > > >... > > >py_user.CreatedTable1 > >py_user.CreatedTable2 > > You need to configure py_user so it's default schema is dbo. > > Paul --~--~---------~--~----~------------~-------~--~----~ 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?hl=en -~----------~----~----~----~------~----~------~--~---

