Hi,
I created a database in Visual Studio 2005 Express and the program I created seems to be writing to it OK (no errors at debug). But when I try to open the database with SQL SMS Express, I get the following error message:
"There is no editor available for 'C:\pathname\filename.mdf'. Make sure the application for the file type (.mdf) is installed."
In VS2005 Express, my database and table are visible, and the connection checks out, but the data doesn't appear. I am aware that there are two copies maintained, one in the solution folder and one in the bin, but shouldn't I be able to verify that data is being recorded to one of them?
BTW, I posted similar on SQL Forum, and was referred back to this one???
biobot