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

ORA-02848: Asynchronous I/O package is not running

1 3103

ORA-02849: Read failed because of an error

1 3008

ORA-02850: File is closed

1 2884

ORA-02851: Request list is empty when it should not be

1 3006

ORA-02852: Invalid critical-section time out value

1 3182

ORA-02853: Invalid server list latch time out value

1 3050

ORA-02854: Invalid number of request buffers

1 3035

ORA-02855: Number of requests is less than the number of slaves

1 3077

ORA-02875: smpini: Unable to get shared memory for PGA

1 2857

ORA-02876: smpini: Unable to attach to shared memory for PGA

1 3297

ORA-02877: smpini: Unable to initialize memory protection

1 2996

ORA-02878: sou2o: Variable smpdidini overwritten

1 2819

ORA-02879: sou2o: Could not gain access to protected memory

1 2668

ORA-02880: smpini: Could not register PGA for protection

1 3145

ORA-02881: sou2o: Could not revoke access to protected memory

1 2835


Un-Answered Questions { Database Errors }

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

2863


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

2178


what is the instrument that used in Mechanical Energy??

2733


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

6718


ORA-26027: unique index string.string partition string initially in unusable state

6792


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

2713


ORA-26029: index string.string partition string initially in unusable state

2230


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.

2576


ORA-16516: The current state is invalid for the attempted operation.

8877


How will you Handle Error in SQL SERVER 2008?

2443


when i ran any workflow or session, getting below error: seesion task instance[s_xxx]: Execution terminated unexpecterdly

2300


ORA-26084: direct path context already finished

1999


NZE-28868: Peer certificate chain check failed.

2864


mount: mount to NFS server failed: System Error: Connection timed out

3704


ORA-26076: cannot set or reset value after direct path structure is allocated

2034