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-08515: archive log filename=string thread=string sequence=string

1 3493

RMAN-08516: controlfile copy filename=string recid=string stamp=string

1 2745

RMAN-08517: backup piece handle=string recid=string stamp=string

1 3147

RMAN-08518: channel string: scanning controlfile copy string

1 2838

RMAN-08519: channel string: scanning datafilecopy string

1 3101

RMAN-08520: channel string: scanning archive log string

1 2673

RMAN-08521: offline range recid=string stamp=string

1 2629

RMAN-08522: input datafile fno=string name=string

1 4835

RMAN-08523: restoring datafile string to string

1 3013

RMAN-08524: input controlfilecopy name=string

1 2708

RMAN-08526: channel string: string

1 2762

RMAN-08527: channel string: starting string proxy datafile backup at string

1 2905

RMAN-08528: channel string: proxy copy complete, elapsed time: string

1 2847

RMAN-08529: proxy file handle=string

1 3183

RMAN-08531: channel string: proxy copy string is string in media management catalog

1 2693


Un-Answered Questions { Database Errors }

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

3862


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

1958


How to view the error log for any specific instance?

2486


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

2223


ORA-26095: unprocessed stream data exists

3563


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

2801


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

2230


ORA-26094: stream format error: input column overflow

2800


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


How will you Handle Error in SQL SERVER 2008?

2401


NZE-28868: Peer certificate chain check failed.

2801


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

2212


ORA-16626: failed to enable specified object

2218


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

2801


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

6746