faqts : Computers : Software : Microsoft : .NET : Visual Studio

+ Search
Add Entry AlertManage Folder Edit Entry Add page to http://del.icio.us/
Did You Find This Entry Useful?

1 of 2 people (50%) answered Yes
Recently 1 of 2 people (50%) answered Yes

Entry

Database: Table: View: How to view the content of a table in Visual Studio? [Visual Basic.NET]

Dec 14th, 2003 14:46
Knud van Eeden,


----------------------------------------------------------------------
--- Knud van Eeden --- 14 December 2003 - 11:44 pm -------------------

Database: Table: View: How to view the content of a table in Visual 
Studio? [Visual Basic.NET]

---

Steps: Overview:

 1. -Create or open a database in Microsoft Visual Studio

 2. -On the left side of the window click on
     'Server Explorer'

 3. -This will show this database (e.g. 'Northwind')

 4. -Double click on a table in this database (e.g. 'Products')

 5. -That will show the rows and columns

----------------------------------------------------------------------