ADO and Long Data Types (Visual Basic)

ADO and SQL Server

ADO and SQL Server

ADO and Long Data Types (Visual Basic)

This sample application demonstrates how to use ADO and Microsoft® Visual Basic® to display long data types using the Employees table in the Northwind database. The Photo column is an image data type, and the Notes column is an ntext data type.

Default Location

C:\Program Files\Microsoft SQL Server\80\Tools\Devtools\Samples\ADO\VB\Employee

Running the Sample

Open the Visual Basic project file, Employee.vbp, and then start the project.

Remarks

See Also

ADO Samples