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-01231: cannot make read write - file string is offline

1 2913

ORA-01232: cannot start online backup - file string is being made read-only

1 3069

ORA-01233: file string is read only - cannot recover using backup controlfile

1 2902

ORA-01234: cannot end backup of file string - file is in use or recovery

1 2921

ORA-01235: END BACKUP failed for string file(s) and succeeded for string

1 3950

ORA-01236: Error string occurred during initialization of file header access

1 3173

ORA-01237: cannot extend datafile string

2 7968

ORA-01238: cannot shrink datafile string

1 3207

ORA-01239: database must be in ARCHIVELOG mode to use external cache

1 3414

ORA-01240: too many data files to add in one command

1 3215

ORA-01241: an external cache has died

1 2954

ORA-01242: data file suffered media failure: database in NOARCHIVELOG mode

1 5226

ORA-01243: system tablespace file suffered media failure

1 4135

ORA-01244: unnamed datafile(s) added to controlfile by media recovery

1 5463

ORA-01245: offline file string will be lost if RESETLOGS is done

2 20770


Un-Answered Questions { Database Errors }

hp asking for replication floppy to do reinstall 25254 server assistant

2970


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

2183


I entered the data in SQL toad version 9.0.1 in English and Arabic language but when i do the query i get the data in Arabic language with (??? question mark) ,please your support.

1710


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

1769


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

2724


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

1671


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

3916


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

8885


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

2716


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

2009


ORA-26082: load of overlapping segments on table string.string is not allowed

1825


what is the instrument that used in Mechanical Energy??

2743


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

2868


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

2300


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

2869