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

PLS-00242: invalid external type specification for CONTEXT

1 3074

PLS-00243: invalid external type specification for SQLNAME

1 2910

PLS-00244: Multiple declarations in foreign function formal parameter list

1 3683

PLS-00245: Formals used in the 'parameters' clause must appear exactly once

1 3100

PLS-00246: PARAMETER STYLE is unsupported

1 4252

PLS-00247: LIBRARY name must be specified

1 3422

PLS-00248: Invalid Library Syntax

1 3810

PLS-00249: Invalid WITH CONTEXT Syntax

1 3289

PLS-00250: Incorrect Usage of string in parameters clause.

1 2946

PLS-00251: RETURN, for actual function return, must be last in the parameters clause

1 3208

PLS-00252: reference to the wrong copy of package STANDARD

1 4086

PLS-00253: Formal parameter string missing in the parameters clause

1 3768

PLS-00254: OUT and IN/OUT modes cannot be used in this context

1 3574

PLS-00255: CALL Specification parameters cannot have default values

1 4963

PLS-00256: %s is not a valid external library

1 3242


Un-Answered Questions { Database Errors }

What is the use of NOLOCK locking hint?

1837


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

2300


What is Mutex error in Triggers?

3129


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

6794


NZE-28868: Peer certificate chain check failed.

2868


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

8882


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

2864


How will you Handle Error in SQL SERVER 2008?

2446


what is the instrument that used in Mechanical Energy??

2736


RMAN-05017: no copy of datafile number found to recover

2470


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

3916


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

2867


When do you get "getwmicomexception"?

2735


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

2715


NZE-28890: Entrust Login Failed

1932