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-40272: apply rules prohibited for this model mode

1 2936

ORA-40273: invalid model type string for Adaptive Bayes Network algorithm

1 3262

ORA-04930: open sequence number failed or initial state is valid

1 2899

ORA-04931: unable to set initial sequence number value

1 2770

ORA-04932: increment or adjust of sequence number failed

1 3014

ORA-04933: initial service identifier is non-zero

1 2892

ORA-04934: unable to obtain the current sequence number

1 2626

ORA-04935: unable to get/convert SCN recovery lock

1 3003

ORA-04940: unsupported optimization of Oracle binary, check alert log for more info

1 2871

ORA-06000: NETASY: port open failure

1 4724

ORA-06001: NETASY: port set-up failure

1 2828

ORA-06002: NETASY: port read failure

1 3033

ORA-06003: NETASY: port write failure

1 3026

ORA-06004: NETASY: dialogue file open failure

1 2863

ORA-06005: NETASY: dialogue file read failure

1 2932


Un-Answered Questions { Database Errors }

mount: mount to NFS server failed: System Error: Connection timed out

3668


What is the use of NOLOCK locking hint?

1788


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

2239


ORA-26084: direct path context already finished

1950


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

3385


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

1749


why we are using shift key in unix shell script

3171


ORA-26094: stream format error: input column overflow

2809


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

1970


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

2807


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

2651


what is the instrument that used in Mechanical Energy??

2684


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

1958


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

2155


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

8821