Database Reference
In-Depth Information
//Clsoe connection
conn.Close();
}
}
6. To set the ResultSetInfo form as the start-up form, modify the Program.cs
statement.
Application.Run(new TypedAccessor ());
to appear as:
Application.Run(new ResultSetInfo());
7. Build the project, and run it by pressing Ctrl+F5. Your results should look like
Figure 14-8.
Figure 14-8. Displaying result set metadata
 
Search WWH ::




Custom Search