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

PCC-02348: indicators are not allowed in EXEC IAF statements

1 3066

PCC-02349: precision must be specified for this type

1 2831

PCC-02350: cannot equivalence this SQL type

1 3324

PCC-02351: illegal datatype equivalencing operation

1 3115

PCC-02352: out of bounds bind position from PL/SQL

1 5096

PCC-02353: Semantic error at line number, column number, file string:

1 5533

PCC-02354: A file included with #include may not contain SQL statements

1 3241

PCC-02355: Invalid or obsolete option, ignored

1 2811

PCC-02356: Warning at line number, column number, file string:

1 2922

PCC-02357: Function calls may not be used as host variable expressions

1 3018

PCC-02358: Identifier following ARRAYLEN must be the name of an array

1 3032

PCC-02359: Identifier specifying ARRAYLEN must be a 4-byte integer

1 3000

PCC-02360: This array type is invalid for use with ARRAYLEN statement

1 2750

PCC-02361: Use of ARRAYLEN with SQL bind arrays is ignored

1 2905

PCC-02362: Host variable not declared within SQL DECLARE section

1 7322


Un-Answered Questions { Database Errors }

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

2797


When do you get "getwmicomexception"?

2678


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

2221


What is Mutex error in Triggers?

3061


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

1704


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

6742


ORA-26094: stream format error: input column overflow

2794


hp asking for replication floppy to do reinstall 25254 server assistant

2878


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

2641


write a database figure to implement the master detained relationship.

2933


ORA-16627: No standby databases support the overall protection mode.

3984


How to solve -805 error i.e. Bind issue. There are two conditions- 1) If you have access to the database table 2) If you don't have access to the table

2636


NZE-28868: Peer certificate chain check failed.

2797


How to view the error log for any specific instance?

2479


ORA-26084: direct path context already finished

1946