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...




ERRORS Interview Questions
Questions Answers Views Company eMail

ORA-13711: Some snapshots in the range [string, string] are missing key statistics.

1 3965

ORA-13750: User "string" has not been granted the "ADMINISTER SQL TUNING SET" privilege.

1 3942

ORA-13751: "SQL Tuning Set" "string" does not exist or user "string" is not the owner of the "SQL Tuning Set".

1 5299

ORA-13752: User "string" must be SYS or must have the "ADMINISTER ANY SQL TUNING SET" privilege.

1 3416

ORA-13753: "SQL Tuning Set" "string" already exists.

1 4292

ORA-13754: "SQL Tuning Set" "string" does not exist.

2 7164

ORA-13755: invalid "SQL Tuning Set" name

1 5835

ORA-13756: Cannot update attribute "string".

1 2839

ORA-13757: "SQL Tuning Set" "string" is active.

1 7909

ORA-13758: "SQL Tuning Set" "string" is in use.

1 6208

ORA-13759: User "string" cannot remove reference "string".

1 3227

ORA-13760: duplicate entry for "SQL_ID" "string" in "SQL Tuning Set" "string"

1 3170

ORA-13761: invalid filter

1 3813

ORA-13762: The string ranking measure is invalid.

1 2861

ORA-13763: illegal ranking attribute "string"

1 2996


Un-Answered Questions { ERRORS }

ORA-26094: stream format error: input column overflow

2825


I have written the code as below. here problem is that dt remain null. how to solve thst please tell me. public partial class Form1 : Form { private DataTable DTable; private DataRow drow; public Form1() { InitializeComponent(); } private OleDbConnection getConnection() { OleDbConnection con=new OleDbConnection (@"Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\Documents and Settings\Administrator\My Documents\Visual Studio 2008\Projects\winApp for Student\winApp for Student\App_Data\SchooMgnSystem.mdb;Persist Security Info=True"); return con; } private void button1_Click(object sender, EventArgs e) { InsertData(); } private void InsertData() { if (DTable==null) { DTable = new DataTable(); DTable.Columns.Add("StudID", typeof(string)); DTable.Columns.Add("StudName", typeof (string)); DTable.Columns.Add("Address", typeof(string)); drow = DTable.NewRow(); drow[0] = txtStudID.Text; drow[1] = txtSTudName.Text; drow[2] = txtAddress.Text; DTable.Rows.Add(drow); grdStudent.DataSource = DTable; } else { drow = DTable.NewRow(); drow[0] = txtStudID.Text; drow[1] = txtSTudName.Text; drow[2] = txtAddress.Text; DTable.Rows.Add(drow); grdStudent.DataSource = DTable; } } private void button2_Click(object sender, EventArgs e) { string cmdstr; OleDbCommand cmd; OleDbConnection con = getConnection(); foreach (DataRow Drow in DTable.Rows) { cmdstr = "Insert into Student values('" + drow[0].ToString() + "','" + drow[1].ToString() + "','"+drow [2].ToString()+"')"; cmd = new OleDbCommand(cmdstr,con); try { con.Open(); cmd.ExecuteNonQuery(); } catch (Exception ex) { MessageBox.Show(ex.Message); } finally { con.Close(); } } }

2675


according to class7 how can we give description on pendrive?

2519


invalid quantity specification negative quantity are not allowed for this item please check this item definition quantity

3402


What is live lock, deadlock and what is Lock escalation?

2461


Answers for Complete This Song B_C_A_A _IL K_A KA_E, S__AN J__E B__D_ J__E

3241


ORA-07497: sdpri: cannot create trace file 'string'; errno = string.

2816


When i am connect database through toad,one error occured. ORA-12514: TNS:listener does not currently know of service requested in connect descriptor. plz help me thanks advance.............

2821


ORA-26028: index string.string initially in unusable state

3879


ORA-26032: index string.string loading aborted after string keys

2131


Write down the difference between c. Loop and goto statement d. (!0) and (!1) e. (1= =! 1) and (1!=1) f. NULL and !NULL

3832


What is Mutex error in Triggers?

3087


what is the instrument that used in Mechanical Energy??

2702


can a merchant exporter adjust or claim refund of input service tax ??

2302


I-series. When I use: qtp DICTIONARY(PDMZZ) AUTO (*LIBL/MFR0120X)I get the error: *E* Can't open the file specified on the AUTO program parameter. File of different type already exists. When I use it auto without *libl ,qtp DICTIONARY(PDMZZ) AUTO (MFR0120X), it works fine

3027