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
Check out related books at Amazon
© 2025 Reynald Nuñez and asp.net.ph. All rights reserved. If you have any question, comment or suggestion about this site, please send us a note