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

RMAN-07509: List of Cataloged Files

1 2883

RMAN-07513: List of Files Which Where Not Cataloged

1 3428

RMAN-07517: Reason: The file header is corrupted

2 28844

RMAN-07521: cannot create recovery catalog in database version string; version string required

1 3263

RMAN-07522: CREATE TYPE privilege must be granted to user string

1 3531

RMAN-08000: channel string: copied datafile string

1 3290

RMAN-08001: restore not complete

1 3912

RMAN-08002: starting full resync of recovery catalog

1 4424

RMAN-08004: full resync complete

1 3079

RMAN-08005: new incarnation of database registered in recovery catalog

1 2999

RMAN-08006: database registered in recovery catalog

1 2754

RMAN-08007: channel string: copied datafilecopy of datafile string

1 2612

RMAN-08008: channel string: starting full datafile backupset

1 2729

RMAN-08009: channel string: starting archive log backupset

1 2791

RMAN-08010: channel string: specifying datafile(s) in backupset

1 2811


Un-Answered Questions { Database Errors }

RMAN-05017: no copy of datafile number found to recover

2410


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

2648


What is Mutex error in Triggers?

3066


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

2452


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

1708


ORA-26084: direct path context already finished

1949


why we are using shift key in unix shell script

3165


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

1958


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

3862


What is the meaning of lock escalation and why/how to stop this?

2653


How to view the error log for any specific instance?

2486


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

6746


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

2155


In my project I am using star schema and only diimension tables are loaded and not fact tables any one can help me why it is happening? Plase guide me.

2870


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

1968