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

is the carbon dust collected from the stask of diesel set is hazardous waste ?

1915


I complete my online registration in BITM in 11 july 2016. zBut till now does not get any notification for placement,,,, when it call me for test.

1225


WHEN WRE RECEIVING A MATERIAL FROM A THIRD PARTY(A) WHO IS NOT OUR VENDOR(B) AND OUR VENDOR(B) IS PURCHASING FROM HIM (A),BUT WE ARE GETTING THE MATERIAL DIRECTLY FROM THE THIRD PARTY(A).THEN WHAT IS THE CRITERIA TO ISSUE THE WAYBILL AND TO WHOME WE WILL ISSUE THE WAYBILL

1881


Where does the state have the right to violate privacy?

818


What you know about the impact of the Human Rights Act on law in this country?

1873






what is valid cell

1674


mention different sources through which preliminary expences can be write off,if co. is incurring losses can still preliminary exp. can be write off

1671


why cant the copyright infringement for literary work exist in warranty card?

1779


Should airlines be allowed to charge people for using the toilet on a plane?

646


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

1699


What is best: a written or non-written constitution?

669


I want to know lattest Ready recknor for Statutory compaliance, which uses in all companies.

1533


what type of questions do i expect in a law officer interview?

20777


i am a vat & cst registered dealer in Jaipur, if i transfer a goods to delhi branch shoul i have to pay cst 2%?

1833


Should fat people have to pay extra on planes if they need to take two seats

746