Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

How can I find out information about a pending case?

Answer Posted / santro

/*DrugNames DblCls.cs*/
using System;
using System.Data;
using System.Configuration;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.WebParts;
using System.Web.UI.HtmlControls;
using MySql.Data.MySqlClient;

/// <summary>
/// Summary description for DrugNamesDblCls
/// </summary>

namespace MedWare
{
public class DrugNamesDblCls
{
MySqlConnection mysqlcon=new MySqlConnection
(System.Configuration.ConfigurationManager.AppSettings
["strDrugs"]);
MySqlCommand mysqlcmd;
DrugNamesDalCls objdrugnames = new DrugNamesDalCls();
public DrugNamesDblCls()
{
//
// TODO: Add constructor logic here
//
}
public int InsDelUpdate(string strQuery)
{
int rec=0;
try
{
mysqlcon.Open();
mysqlcmd = new MySqlCommand(strQuery,
mysqlcon);
mysqlcmd.CommandType = CommandType.Text;
rec = mysqlcmd.ExecuteNonQuery();
}
catch (Exception ex)
{
objdrugnames.ErrorMsg(ex.Message);
}
finally
{
mysqlcon.Close();
}
return rec;
}

}
}

Is This Answer Correct ?    0 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

can a receipt issued by the seller signed by the purchaser amounts to conclusive proof of completion of transaction?

2064


if we have purchsed FMS/VKGUY or SHIS against C form entry tax is applicable on it in M.P.

2158


Is VAT should be charged on Freight charges or not ?

1682


what is contract management

3021


bank does not give loan unless they ascetain full repayment of their loan,then why need of collateral securities

2265


What is the point of having a judge when decisions are made by the jury?

1114


Where do you see yourself in 5 years? Are you intent on becoming a career prosecutor?

2360


the sun which is largest source of heat energy gets its energy by the process of what 1)nuclear fission 2)nuclear fusion 3)nuclear chain reaction 4)all of these

2363


what is tds in Indian tax department ?

2053


What do you think is the most important issue facing the legal profession at the moment?

1063


To what extent did the NSA revelations impact on the British public?

1132


wather tds can be setof in income tax or advance tax paid by company ?

2075


Are babies born with a moral code or is it learned?

1099


Can a computer have a conscience?

1130


What are the rules, restrictions, and procedures for a Probation Officer entering your home?

2334