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




ERRORS Interview Questions
Questions Answers Views Company eMail

ORA-19551: device is busy, device type: string, device name: string

1 2954

ORA-19552: device type string is invalid

1 3392

ORA-19553: device name string is invalid

1 3142

ORA-19554: error allocating device, device type: string, device name: string

1 4036

ORA-19555: invalid LOG_ARCHIVE_MIN_SUCCEED_DEST parameter value

1 4271

ORA-19556: required destination LOG_ARCHIVE_DUPLEX_DEST currently is deferred

1 3129

ORA-19557: device error, device type: string, device name: string

1 3502

ORA-19558: error de-allocating device

1 5505

ORA-19559: error sending device command: string

1 5636

ORA-19560: %s is not a valid device limit

1 3210

ORA-19561: %s requires a DISK channel

1 2876

ORA-19562: file string is empty

1 3003

ORA-19563: %s header validation failed for file string

1 6169

ORA-19564: error occurred writing string bytes at block number string

1 3155

ORA-19565: BACKUP_TAPE_IO_SLAVES not enabled when duplexing to sequential devices

1 5007


Un-Answered Questions { ERRORS }

ORA-26094: stream format error: input column overflow

2795


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

2798


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

2642


How will you Handle Error in SQL SERVER 2008?

2401


if the lengths of two wires are same and the area of cross sections is 4:7 then what will be the ratio of current passing through these wires

2695


what is new g/l functionality

2610


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

1957


Sir, I apply sbi clerk exams(07/09/09)But I did a mistake to enter my date of birth(correct 04.01.1985 / wrong 04.01.1984).please give me suggestions please. Thanking you, Bhushan.B

2127


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

2800


how to overload main method in java?

3048


ORA-26084: direct path context already finished

1947


write a database figure to implement the master detained relationship.

2934


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.

2869


what is the instrument that used in Mechanical Energy??

2679


wut is pre law

2716