System.Data.SqlClient Namespace SqlConnection Class
Changes the current database for an open SqlConnection.
[ VB ] NotOverridable Public Sub ChangeDatabase ( _ ByVal value As String _ ) [ C# ] public void ChangeDatabase ( string value ); [ C++ ] public: __sealed void ChangeDatabase ( String* value ); [ C++ ] public function ChangeDatabase ( value : String );
The value supplied in the database parameter must be a valid database name. The database parameter cannot contain a null value, be empty, or contain a string with only blank characters.
SqlConnection Members Database
© 2000-2010 Rey Nuñez All rights reserved.If you have any question, comment or suggestion about this site, please send us a note
You can help support asp.net.ph