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-06556: the pipe is empty, cannot fulfill the unpack_message request

1 5564

ORA-06557: null values are not allowed for any parameters to pipe icd's

1 3224

ORA-06558: buffer in dbms_pipe package is full. No more items allowed

1 11995

ORA-06559: wrong datatype requested, string, actual datatype is string

1 4583

ORA-06560: pos, string, is negative or larger than the buffer size, string

1 3974

ORA-06561: given statement is not supported by package DBMS_SQL

1 5055

ORA-06562: type of out argument must match type of column or bind variable

1 3970

ORA-06563: top level procedure/function specified, cannot have subparts

1 3090

ORA-06564: object string does not exist

1 4965

ORA-06565: cannot execute string from within stored procedure

1 3899

ORA-06566: invalid number of rows specified

1 3056

ORA-06567: invalid number of values specified

1 3146

ORA-06568: obsolete ICD procedure called

1 3275

ORA-06569: Collection bound by bind_array contains no elements

1 3685

ORA-06570: shared pool object does not exist, cannot be pinned

1 5579


Un-Answered Questions { Database Errors }

When do you get "getwmicomexception"?

2676


what is the instrument that used in Mechanical Energy??

2675


What is the use of NOLOCK locking hint?

1780


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

1764


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

2637


today's peformance is less than yesturday.it took 1 mint and today's performance is 7 mints.guys can anyone answer to mu question in sql

2441


ORA-26095: unprocessed stream data exists

3558


NZE-28868: Peer certificate chain check failed.

2797


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

6737


How will you Handle Error in SQL SERVER 2008?

2398


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

3854


IMP-00060: Warning: Skipping table "string"."string" because object type "string"."string" does not exist or has different identifier

3148


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

2208


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

1704


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

1960