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-24270: a row already exists in the string table for these parameters

1 3150

ORA-24271: translation type must be either T, S or M

1 3513

ORA-24272: initialization value must be either F or T

1 3285

ORA-24273: translation text is required if translation type is T or S

1 3184

ORA-24274: no row exists in the string table for these parameters

1 3319

ORA-24275: function 'string' parameter 'string' missing or invalid

1 2847

ORA-24276: function 'string' output 'string' maximum value exceeded

1 3099

ORA-02140: invalid tablespace name

1 8110

ORA-02141: invalid OFFLINE option

1 3846

ORA-02142: missing or invalid ALTER TABLESPACE option

1 7697

ORA-02143: invalid STORAGE option

1 14622

ORA-02144: no option specified for ALTER CLUSTER

1 2881

ORA-02145: missing STORAGE option

Oracle,

1 5981

ORA-02146: SHARED specified multiple times

1 3361

ORA-02147: conflicting SHARED/EXCLUSIVE options

1 2991


Un-Answered Questions { ERRORS }

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

2675


Write down the difference between c. Loop and goto statement d. (!0) and (!1) e. (1= =! 1) and (1!=1) f. NULL and !NULL

3832


wut is pre law

2739


IMP-00063: Warning: Skipping table "string"."string" because object type "string"."string" cannot be created or has different identifier

2758


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

6760


What is SCD (Slowly Changing Dimensions)? What are its types?

2684


i want a list of top 10 nationalized banks in inda....can some expects help me???

2314


can u deactivate my music massage from mobily? some times i recharge my a/c then after sometimes one massage come and sr.4/- debited from my account. so please help me stop the massage about music or what. i don't know stop them please.from yesterday i have lose sr.8/- from my account.

2469


In .net how many error will occur?

2833


How to resolve QSM-01108 error. I have no OR conditions in my query, but do have 9 IN conditions. The error says the max limit is 2 while I have 257 number of disjuncts. However, if I remove even a single IN condition, the query is rewritten. I cannot change my query. How can I resolve this issue?

2737


when will we use lsmw , bdc and bapi? which will be easy to use and which is used for which type of data

2539


what are the test cases for ticket vending machine?

4311


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

2722


Hi can any one help me below two steps in sap FICO, 1.Create document number ranges for company code. 2.Copy document number ranges to fiscal year. was trying to do it but i am not able to completing successfully,

3197


ORA-16626: failed to enable specified object

2234