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



Database Errors Interview Questions
Questions Answers Views Company eMail

PLS-00398: wrong number of columns in UNION, INTERSECT, or MINUS expression

1 3226

PLS-00399: different types of columns in UNION, INTERSECT, or MINUS expression

1 3549

PLS-00400: different number of columns between cursor SELECT statement and return value

1 4770

PLS-00401: different column types between cursor SELECT statement and return value found at 'string'

1 3147

PLS-00402: alias required in SELECT list of cursor to avoid duplicate column names

2 23673

PLS-00403: expression 'string' cannot be used as an INTO-target of a SELECT/FETCH statement

1 9323

PLS-00404: cursor 'string' must be declared with FOR UPDATE to use with CURRENT OF

1 5869

PLS-00405: subquery not allowed in this context

1 5322

PLS-00406: length of SELECT list in subquery must match number of assignment targets

1 3159

PLS-00407: '*' not allowed here; a list of columns is required

1 2861

PLS-00408: duplicate column 'string' not permitted in INSERT or UPDATE

1 3535

PLS-00409: duplicate variable 'string' in INTO list is not permitted

1 2827

PLS-00410: duplicate fields in RECORD,TABLE or argument list are not permitted

1 14106

PLS-00411: Number of values in aggregate and in subquery don't match

1 3155

PLS-00412: list of values not allowed as argument to this function or procedure

1 5204


Un-Answered Questions { Database Errors }

How to view the error log for any specific instance?

2546


java.sql.SQLException:Invalid state, the statement object is closed Hai all i got this error when i am multiple times referesh web page

6722


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

2715


what is new g/l functionality

2681


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

1801


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

2502


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

2868


IMP-00063: Warning: Skipping table "string"."string" because object type "string"."string" cannot be created or has different identifier

2788


IMP-00060: Warning: Skipping table "string"."string" because object type "string"."string" does not exist or has different identifier

3229


What is SCD (Slowly Changing Dimensions)? What are its types?

2722


How will you Handle Error in SQL SERVER 2008?

2446


if the lengths of two wires are same and the area of cross sections is 4:7 then what will be the ratio of current passing through these wires

2760


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

2259


ORA-26079: file "string" is not part of table string.string

2006


IMP-00064: Definition of LOB was truncated by export

6473