ADO and SQL Server
ADO and Long Data Types (C++)
This sample application demonstrates how to use ADO and Microsoft® Visual C++® 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\Cpp\Employee
Running the Sample
Open the Microsoft Visual C++® project file, Employee.dsw, and then start the project.