When you created your club DB on crystaltech, they were probably assigned to your username, not DBO. Find what user owns the tables, and you can do two things...
1) do a find in all files/replace all occurences of "DBO." with "youruser."
or
2) remove all occurences of DBO. in your source code files
foxmcf
Member
40 Points
8 Posts
Re: Club Site Starter Kit on CrystalTech
Feb 09, 2006 06:12 PM|LINK
When you created your club DB on crystaltech, they were probably assigned to your username, not DBO. Find what user owns the tables, and you can do two things...
1) do a find in all files/replace all occurences of "DBO." with "youruser."
or
2) remove all occurences of DBO. in your source code files