View Single Post
  #4 (permalink)  
Old 08-19-2007, 12:50 PM
administrator administrator is offline
Administrator
 
Join Date: Mar 2007
Posts: 20
Default

Likely the new tables were created with a different owner than the rest of your database....The next thing to test is to use Query Analyzer (or another SQL tool) to see if you can successfully query the Ultimate Poll tables. Most likely, the user you are using does not have permissions...Assuming you have knowledge of SQL permissions, you could also just check the permissions on the Ultimate Poll tables so that whatever user you are connecting with has full permission.
Reply With Quote