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
can a receipt issued by the seller signed by the purchaser amounts to conclusive proof of completion of transaction?
if we have purchsed FMS/VKGUY or SHIS against C form entry tax is applicable on it in M.P.
Is VAT should be charged on Freight charges or not ?
what is contract management
bank does not give loan unless they ascetain full repayment of their loan,then why need of collateral securities
What is the point of having a judge when decisions are made by the jury?
Where do you see yourself in 5 years? Are you intent on becoming a career prosecutor?
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
what is tds in Indian tax department ?
What do you think is the most important issue facing the legal profession at the moment?
To what extent did the NSA revelations impact on the British public?
wather tds can be setof in income tax or advance tax paid by company ?
Are babies born with a moral code or is it learned?
Can a computer have a conscience?
What are the rules, restrictions, and procedures for a Probation Officer entering your home?