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-00352: Unable to access another database 'string'

1 10413

PLS-00353: 'string' must name a user in the database

1 3220

PLS-00354: username must be a simple identifier

1 3646

PLS-00355: use of pl/sql table not allowed in this context

1 9423

PLS-00356: 'string' must name a table to which the user has access

1 5204

PLS-00357: Table,View Or Sequence reference 'string' not allowed in this context

2 10038

PLS-00358: column 'string' exists in more than one table; use qualifier

1 7414

PLS-00359: assignment target in 'string' must have components

1 2772

PLS-00360: cursor declaration without body needs return type

1 9278

PLS-00361: IN cursor 'string' cannot be OPEN'ed

1 7912

PLS-00362: invalid cursor return type; 'string' must be a record type

1 3672

PLS-00363: expression 'string' cannot be used as an assignment target

1 6467

PLS-00364: loop index variable 'string' use is invalid

1 13718

PLS-00366: subtype of a NOT NULL type must also be NOT NULL

1 3606

PLS-00367: a RAISE statement with no exception name must be inside an exception handler

1 5498


Un-Answered Questions { Database Errors }

why we are using shift key in unix shell script

3238


hp asking for replication floppy to do reinstall 25254 server assistant

2968


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

3440


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

2502


ORA-26084: direct path context already finished

2000


ORA-16626: failed to enable specified object

2278


ORA-26094: stream format error: input column overflow

2859


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


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


hi. i m Anil patel when reconcile 57f4 chalan(subcontraction with out excise)i m facing error like short by material 220 kg. even i have migo all material.

2582


ORA-26095: unprocessed stream data exists

3642


What severity level errors are managed in TRY-CATCH block?

2269


When do you get "getwmicomexception"?

2735


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

2182


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

1801