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-01105: mount is incompatible with mounts by other instances

1 5311

ORA-01106: database must be closed before dismounting

1 4868

ORA-01107: database must be mounted for media recovery

1 6518

ORA-01108: file string is in backup or media recovery

1 3760

ORA-01109: database not open

1 6920

ORA-01110: data file string: 'string'

1 3168

ORA-01111: name for data file string is unknown - rename to correct file

1 5117

ORA-01112: media recovery not started

1 10698

ORA-01113: file string needs media recovery

1 3788

ORA-01114: IO error writing block to file string (block # string)

1 3377

ORA-01115: IO error reading block from file string (block # string)

1 6306

ORA-01116: error in opening database file string

1 9658

ORA-01117: adding file 'string' with illegal block size: string; limit is string

1 2826

ORA-01118: cannot add any more database files: limit of string exceeded

1 4863

ORA-01119: error in creating database file 'string'

1 7228


Un-Answered Questions { Database Errors }

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

2228


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

2155


When you get following error? Error 3154: The backup set holds a backup of a database other than the existing database.

2520


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

2801


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

2645


write a database figure to implement the master detained relationship.

2934


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

2731


What is Mutex error in Triggers?

3064


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

2212


today's peformance is less than yesturday.it took 1 mint and today's performance is 7 mints.guys can anyone answer to mu question in sql

2446


NZE-28890: Entrust Login Failed

1877


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

1965


what is new g/l functionality

2611


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

2223


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

1616