Database Reference
In-Depth Information
//connection close
conn.Close();
}
}
6. To set the SchemaTable form as the start-up form, modify the Program.cs
statement.
Application.Run(new ResultSetInfo ());
to appear as
Application.Run(new SchemaTable());
7. Build the project, and run it by pressing Ctrl+F5. You should see the results in
Figure 14-10.
Figure 14-10. Displaying schema metadata
 
Search WWH ::




Custom Search