Hi all,
In my Visual Studio 2012 Express, I lanched a Windows Application project in Visual Basic.NET 2012 Express "WindowsApplication1" and created a Database "BooksAuthorsLibrary.mdf" in the Database Explorer. I right-clicked on the Tables" of "BookAuthorsLibrary.mdf" and selected "Add New Table" =>dbo.Table[Design] appeared and I typed in all the Schemas of this dbo.Table: id, FirstName, LastName, AddressFirstline, AddressSecondline, City, State, Phone#, and then saved it as dbo.Table_Person (but dbo.Table_Person.sql appeared!!??) in a folder of my C:/drive. I could not find "Edit" (i.e. populate the data in this dbo.Table_Person.sql)!!!??? If I wanted to create a second table for dbo.Table_Books, I got 8 errors (SQL 71508, ....) in the List!!!??? I am completely lost in this project, because I did not expect to see the Table with the .sql extension, no "Edit" for the table, no second dbo table can be created,.... Please kindly help, advise me what it is going with my subject project and respond.
Thanks,
Scott Chang