Article ID: 305079 - Last Review: May 13, 2007 - Revision: 4.4 How to create a SQL Server database programmatically by using ADO.NET and Visual Basic .NETThis article was previously published under Q305079 On This PageSUMMARY Programmers often need to create databases
programmatically. This article describes how to use ADO.NET and Visual Basic
.NET to programmatically create a Microsoft SQL Server
database. Steps to create the sample
Additional notes
REFERENCES For additional information on the CREATE DATABASE
Transact-SQL command, see the SQL Server Books Online or MSDN Online Library: http://msdn.microsoft.com/en-us/library/aa258257.aspx
(http://msdn.microsoft.com/en-us/library/aa258257.aspx)
For more information on ADO.NET objects and syntax, see the
Microsoft .NET Framework SDK Documentation or MSDN Online:
Accessing Data with ADO.NET For more general information about ADO.NET or Visual Basic .NET,
refer to the following MSDN newsgroups: http://msdn2.microsoft.com/en-us/library/e80y5yhx(vs.71).aspx (http://msdn2.microsoft.com/en-us/library/e80y5yhx(vs.71).aspx) microsoft.public.dotnet.framework.adonet
(http://msdn.microsoft.com/newsgroups/default.aspx?query=microsoft.public.dotnet.framework.adonet&dg=&cat=en-us-msdn&lang=en&cr=US&pt=&catlist=774F24A2-F71F-425F-AC2B-DC48AB0DA5C9&dglist=&ptlist=&exp=&sloc=en-us)
microsoft.public.dotnet.languages.vb (http://msdn.microsoft.com/newsgroups/default.aspx?query=microsoft.public.dotnet.languages.vb&dg=&cat=en-us-msdn&lang=en&cr=US&pt=&catlist=774F24A2-F71F-425F-AC2B-DC48AB0DA5C9&dglist=&ptlist=&exp=&sloc=en-us) | Article Translations
|
Back to the top
