Running Advanced Code Sample in Visual Studio .NET

Run the advanced code sample project in Microsoft Visual Studio .NET.

  1. Start Visual Studio .NET.
  2. Choose File > Open > Project.
  3. Browse to the Samples directory in your Adaptive Server ADO.NET Data Provider installation directory. Go to the CSharp or VB.NET directory and open the Advanced project.
  4. If you have installed Adaptive Server ADO.NET Data Provider using the installation program, go directly to step 7.
  5. If you have not used the installation program, you need to correct references to the Adaptive Server ADO.NET Data Provider in the project. To do this, delete the existing reference first:
    1. In the Solution Explorer window, verify that the Simple project is expanded.
    2. Expand the References folder.
    3. Right-click Sybase.Data.AseClient and select Remove.
  6. Add a reference to the Adaptive Server ADO.NET Data Provider Assembly.
  7. Choose Debug > Start Without Debugging to run the Advanced project.

    The Form1 dialog box appears.

  8. In the Form1 dialog box, click Connect.

    The application connects to the Adaptive Server sample database.

  9. In the Form1 dialog box, click Execute.

    The application executes the stored procedure and gets back an input-output parameter, output parameter, and a return value.

  10. Click the X in the upper right-hand corner of the window to terminate the application and disconnect from the sample database.

You have now run the application. The next section describes the application.