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-00522: MAP methods must return a scalar type.

1 3246

PLS-00523: ORDER methods must return an INTEGER.

1 3282

PLS-00524: The parameter type in an ORDER method must be the containing object type.

1 3004

PLS-00525: Within SQL statements, only equality comparisons of objects are allowed without a map or order function.

1 3080

PLS-00526: A MAP or ORDER function is required for comparing objects in PL/SQL.

1 3894

PLS-00527: MAP or ORDER functions require a PRAGMA RESTRICT_REFERENCES specifying :WNDS,WNPS,RNPS,RNDS.

1 2856

PLS-00528: The parameters to an ORDER function must have IN mode

1 2846

PLS-00529: Bad column name string in INSERT statement (must be an identifier)

1 3322

PLS-00530: Illegal type used for object type attribute: 'string'.

1 6535

PLS-00531: Unsupported type in a VARRAY or TABLE type: 'string'.

1 5494

PLS-00532: Target of REF must be a complete or incomplete object type.

1 5261

PLS-00533: Tables of non_queryable types are not supported.

1 2962

PLS-00534: A Table type may not contain a nested table type or VARRAY.

1 3143

PLS-00535: A VARRAY type may not contain a NESTED TABLE, VARRAY or LOB

1 2727

PLS-00536: Navigation through REF variables is not supported in PL/SQL.

1 7392


Un-Answered Questions { Database Errors }

IMG-02003: 2FF03 - incorrect color histogram feature specification

1769


ORA-26082: load of overlapping segments on table string.string is not allowed

1823


What is the meaning of lock escalation and why/how to stop this?

2716


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

2759


what is new g/l functionality

2681


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

2866


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

2258


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

2471


What severity level errors are managed in TRY-CATCH block?

2269


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

2721


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


When do you get "getwmicomexception"?

2735


ORA-26030: index string.string had string partitions made unusable due to:

1990


What is the use of NOLOCK locking hint?

1837


I entered the data in SQL toad version 9.0.1 in English and Arabic language but when i do the query i get the data in Arabic language with (??? question mark) ,please your support.

1708