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 3001

ORA-02849: Read failed because of an error

1 2894

ORA-02850: File is closed

1 2798

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

1 2896

ORA-02852: Invalid critical-section time out value

1 3099

ORA-02853: Invalid server list latch time out value

1 2961

ORA-02854: Invalid number of request buffers

1 2951

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

1 2970

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

1 2774

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

1 3222

ORA-02877: smpini: Unable to initialize memory protection

1 2920

ORA-02878: sou2o: Variable smpdidini overwritten

1 2741

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

1 2588

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

1 3070

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

1 2742


Un-Answered Questions { Database Errors }

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

2644


IMP-00096: Warning: Skipping table "string"."string" because type synonym "string"."string" cannot be created

1616


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

3666


How to solve -805 error i.e. Bind issue. There are two conditions- 1) If you have access to the database table 2) If you don't have access to the table

2639


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

6744


what is new g/l functionality

2611


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

1743


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

2212


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

8816


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

3862


How to view the error log for any specific instance?

2483


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

2105


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

1964


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

3154


what is the instrument that used in Mechanical Energy??

2680