views:

5

answers:

0

I am really confused about the .dbo schema thing. Here is my issue: I have a website I'm building in VWD and I connected it to a database that I built in SQL Server Management Studio. The website works to pull up items from the database. However, I made changes to the database and they didn't show up in the website. I looked in the Database Explorer in VWD and found two data connections, one to the .mdf and one to the .dbo. The .dbo one has my recent changes in it but the .mdf does not and I can't figure out how to refresh it.

Am I not supposed to have both of those connections in the Database Explorer? I don't even know why they both got there. What should I do? I have read the stuff on .dbo schema but I am afraid I still don't understand what is going on.