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-00604: error occurred at recursive SQL level string

1 4156

ORA-00606: Internal error code

1 3239

ORA-00607: Internal error occurred while making a change to a data block

1 11212

ORA-00608: testing error [string] [string] [string] [string] [string]

1 3147

ORA-00701: object necessary for warmstarting database cannot be altered

1 10635

ORA-00702: bootstrap verison 'string' inconsistent with version 'string'

1 3933

ORA-00703: maximum number of row cache instance locks exceeded

1 2932

ORA-00704: bootstrap process failure

1 6742

ORA-00705: inconsistent state during start up; shut down the instance, then restart it

1 3793

ORA-00706: error changing format of file 'string'

1 2752

ORA-00710: new tablespace name is the same as the old tablespace name

1 3050

ORA-00711: new tablespace name is invalid

1 2930

ORA-00712: cannot rename system tablespace

1 3157

ORA-00720: ALTER DATABASE RESET COMPATIBILITY command has been de-supported

1 3791

ORA-00721: changes by release string cannot be used by release string

1 3300


Un-Answered Questions { Database Errors }

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

2006


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


IMG-02003: 2FF03 - incorrect color histogram feature specification

1769


What is Mutex error in Triggers?

3130


NZE-28868: Peer certificate chain check failed.

2868


what is the instrument that used in Mechanical Energy??

2740


IMP-00064: Definition of LOB was truncated by export

6473


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

2181


write a database figure to implement the master detained relationship.

3018


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


When do you get "getwmicomexception"?

2735


NZE-28890: Entrust Login Failed

1932


hp asking for replication floppy to do reinstall 25254 server assistant

2968


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

2787


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

2236