Visual Basic .NET Code Sample: Create a Database 1

This application shows you how to execute SQL statements from code using ADO .NET. It creates a database, a table, a stored procedure, and a view. SQL statements are then executed that populate the table with data from the Northwind database. This table...