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-23378: connection qualifier "string" is not valid for object group "string"."string"

1 2909

ORA-23379: connection qualifier "string" is too long

1 2822

ORA-23380: propagation mode "string" is not valid

1 3542

ORA-23381: generated object for base object string.string@string does not exist

1 3013

ORA-23382: materialized view repgroup "string"."string" is not registered at site string

1 3405

ORA-23383: registration for materialized view repgroup "string"."string" failed at site string

1 2610

ORA-23384: replication parallel push string argument out of range

1 2828

ORA-23385: replication parallel push string argument not valid

1 2740

ORA-23386: replication parallel push cannot create slave processes

1 6010

ORA-23387: replication parallel push dequeue error

1 4497

ORA-23388: replication parallel push watermark error

1 5529

ORA-23389: obsolete procedure; drop objects and recreate using new master

1 2929

ORA-23392: could not find materialized view to be associated with "string"."string"

1 2697

ORA-23393: the user is already the propagator

1 3086

ORA-23394: duplicate propagator

1 3870


Un-Answered Questions { Database Errors }

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

6608


[ERROR] [main 11:01:20] (JCLLoggerAdapter.java:error:454) Unsuccessful: alter table user.CEN_USER_MASTER add constraint FKF4EDEDC3D0BAAE75 foreign key (ROLE_ID) references user.CEN_ROLE_MASTER [ERROR] [main 11:01:20] (JCLLoggerAdapter.java:error:454) ORA-02275: such a referential constraint already exists in the table

2685


IMP-00096: Warning: Skipping table "string"."string" because type synonym "string"."string" cannot be created

1574


ORA-26084: direct path context already finished

1888


What is live lock, deadlock and what is Lock escalation?

2387


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

3110


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

2358


ORA-26095: unprocessed stream data exists

3517


What is the use of NOLOCK locking hint?

1725


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

2598


When do you get "getwmicomexception"?

2640


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

2178


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

2185


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

3935


ORA-16626: failed to enable specified object

2166