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-24063: cannot downgrade QUEUE_TABLE that has queues with rule-based subscribers

1 3341

ORA-24064: propagation for QUEUE string and DESTINATION string already enabled

1 3798

ORA-24065: propagation for QUEUE string and DESTINATION string already disabled

1 3554

ORA-24066: invalid privilege specified

1 2928

ORA-24067: exceeded maximum number of subscribers for queue string

1 6017

ORA-24068: cannot start queue string, queue table string is being migrated

1 4029

ORA-24069: cannot downgrade queue table string while it is being upgraded

1 3223

ORA-24070: cannot upgrade queue table string while it is being downgraded

1 3174

ORA-24071: cannot perform operation string, queue table string is being migrated

1 3866

ORA-24072: cannot execute MIGRATE_QUEUE_TABLE procedure; must own queue table

1 3360

ORA-24073: cannot specify RETENTION_TIME on exception queue string.string

1 3211

ORA-24074: RETRY_DELAY and MAX_RETRIES cannot be used for exception queue %.string

1 3544

ORA-24075: cannot specify agent with NULL address and non-NULL protocol

1 2883

ORA-24076: cannot perform operation string for NON_PERSISTENT queue string.string

1 3554

ORA-24077: cannot create propagation schedule for EXCEPTION queue string.string

1 3310


Un-Answered Questions { Database Errors }

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

1765


What is the use of NOLOCK locking hint?

1780


java.sql.SQLException:Invalid state, the statement object is closed Hai all i got this error when i am multiple times referesh web page

6650


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


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

2633


hi. i m Anil patel when reconcile 57f4 chalan(subcontraction with out excise)i m facing error like short by material 220 kg. even i have migo all material.

2530


What is Mutex error in Triggers?

3059


why we are using shift key in unix shell script

3157


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?

2719


ORA-16626: failed to enable specified object

2210


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

1962


NZE-28890: Entrust Login Failed

1871


what is the instrument that used in Mechanical Energy??

2676


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

2727


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

2658