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.
|