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

TNS-00083: (USER or ADMIN) in the argument field

1 2777

TNS-00084: * trace_off - ask process name to turn tracing off

1 2813

TNS-00085: * reread - ask the process name to reread parameter files

1 2857

TNS-00086: * reload - ask the Navigator to reload TNSNET.ORA

1 3338

TNS-00087: * version - ask the process name to display its version number

1 3069

TNS-00088: * exit - quit the Interchange controller

1 2936

TNS-00089: process_name is one of Interchange, CMANAGER, or Navigator

1 2773

TNS-00090: * Interchange - will ask the Interchange

1 3116

TNS-00091: * Navigator (or navgatr) - will ask the Navigator only

1 2867

TNS-00092: * CMANAGER (or intlsnr) - will ask the Cmanager only

1 2723

TNS-00093: argument is only supplied to either status or trace_on

1 2612

TNS-00094: * to status - argument is considered the remote process_name

1 2708

TNS-00095: * to trace_on - argument is considered the trace level

1 2933

TNS-00100: Unable to allocate memory

1 3200

TNS-00101: File operation error

1 3081


Un-Answered Questions { Database Errors }

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

2105


what is the instrument that used in Mechanical Energy??

2680


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

2212


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

2801


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

1966


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

2448


ORA-26094: stream format error: input column overflow

2798


hi. i m Anil patel when reconcile 57f4 chalan(subcontraction with out excise)i m facing error like short by material 220 kg. even i have migo all material.

2532


IMP-00070: Lob definitions in dump file are inconsistent with database.

1743


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

2520


write a database figure to implement the master detained relationship.

2934


invalid quantity specification negative quantity are not allowed for this item please check this item definition quantity

3383


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

2646


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

8818


What is Mutex error in Triggers?

3064