C# .NET - message box for the application

srikanth panneer selvam posted at 08-Nov-08 12:45

this is my connection string for asp.net with c# in windows application

 

_ConnectionString = "server=(local);Database=testdb ;UID=sa;password=sa1985;";

_Connection = new SqlConnection(_ConnectionString);

_Command = new SqlCommand();

_Command.CommandType = CommandType.StoredProcedure;

_Command.Connection = this._Connection;

 

i want to know how to display the message box whether database is conected with application or not???

can anyone help me for this....


Click here to sign in and reply. You could earn money via our message board contest just for being helpful.
  message box for the application - srikanth panneer selvam  08-Nov-08 12:45 12:45:49 AM
      Re :: Check SQL Connection - Sanjay Verma  08-Nov-08 12:59 12:59:00 AM
      Re :: Check SQL Connection - Sanjay Verma  08-Nov-08 01:01 1:01:14 AM
      message box for the application - Paresh Rajput  08-Nov-08 01:06 1:06:58 AM
      read this - C_A P  08-Nov-08 02:19 2:19:53 AM
      try this similar code - C_A P  08-Nov-08 02:20 2:20:56 AM
      Solution - san san  08-Nov-08 12:47 12:47:44 PM
View Posts

  

Search

search



Purchase