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-22913: must specify table name for nested table column or attribute

ABC,

1 9459

ORA-22914: DROP of nested tables not supported

1 8855

ORA-22915: cannot ALTER a nested table's storage table to ADD/MODIFY columns

1 4067

ORA-22916: cannot do an exact FETCH on a query with Nested cursors

1 3894

ORA-22917: use VARRAY to define the storage clause for this column or attribute

1 6470

ORA-22918: specified column or attribute is not a VARRAY type

1 3286

ORA-22919: dangling REF error or lock object failed for no wait request

1 3561

ORA-22920: row containing the LOB value is not locked

1 8283

ORA-22921: length of input buffer is smaller than amount requested

1 4494

ORA-22922: nonexistent LOB value

1 10046

ORA-22923: amount of data specified in streaming LOB write is 0

1 6064

ORA-22924: snapshot too old

1 5527

ORA-22925: operation would exceed maximum size allowed for a LOB value

1 4025

ORA-22926: specified trim length is greater than current LOB value's length

1 6516

ORA-22927: invalid LOB locator specified

1 3473


Un-Answered Questions { ERRORS }

IMP-00070: Lob definitions in dump file are inconsistent with database.

1803


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

2506


Wen ever i use IE=createObject (Ineternetexplorer.application) QTP just navigates to the URL mentioned but doesn't recognise the USErname and Password field so the test fails.. But wen i just record and use system.util "iexplore" the code recognises and the tst passes, but here it works fine sometimes and sometimes the test just fails and aftersometime i run it works.. so its not consistent,,, any suggestion

3121


how can i get the question papers of year 2006 and 2007 of 12th commerce gujarat board

2260


write a database figure to implement the master detained relationship.

3023


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

2186


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

3923


what is new g/l functionality

2681


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(); } } }

2720


why we are using shift key in unix shell script

3241


Jetking is C C

2717


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

3867


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

3073


What is the major use of Servelet

2572


In .net how many error will occur?

2867