Article ID: 307402 - Last Review: May 13, 2007 - Revision: 3.4 How To Create a SQL Server Database Programmatically by Using ADO.NET and Visual C++ .NETThis article was previously published under Q307402 On This PageSUMMARY Programmers often need to create databases
programmatically. This article describes how to use ADO.NET and Visual C++ .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://msdn2.microsoft.com/en-us/library/aa258257(SQL.80).aspx
(http://msdn2.microsoft.com/en-us/library/aa258257(SQL.80).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 http://msdn2.microsoft.com/en-us/library/e80y5yhx(vs.71).aspx (http://msdn2.microsoft.com/en-us/library/e80y5yhx(vs.71).aspx) | Article Translations
|
Back to the top
