Categories: Developer Tools, Developer Tutorials
- Home
- Visual Basic .NET Code Sample: Create a Database
- Downloading...
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...