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-13021: element not continuous

1 3122

ORA-13022: polygon crosses itself

1 3458

ORA-13023: interior element interacts with exterior element

1 2950

ORA-13024: polygon has less than three segments

1 3024

ORA-13025: polygon does not close

1 3260

ORA-13026: unknown element type for element string.string.string

1 2824

ORA-13027: unable to read dimension definition from string

1 2917

ORA-13028: Invalid Gtype in the SDO_GEOMETRY object

2 6658

ORA-13029: Invalid SRID in the SDO_GEOMETRY object

1 6521

ORA-13030: Invalid dimension for the SDO_GEOMETRY object

2 4698

ORA-13031: Invalid Gtype in the SDO_GEOMETRY object for point object

1 4867

ORA-13032: Invalid NULL SDO_GEOMETRY object

1 8839

ORA-13033: Invalid data in the SDO_ELEM_INFO_ARRAY in SDO_GEOMETRY object

1 6206

ORA-13034: Invalid data in the SDO_ORDINATE_ARRAY in SDO_GEOMETRY object

1 7159

ORA-13035: Invalid data (arcs in geodetic data) in the SDO_GEOMETRY object

1 6420


Un-Answered Questions { Database Errors }

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

2260


what is the instrument that used in Mechanical Energy??

2743


How will you Handle Error in SQL SERVER 2008?

2447


[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

2779


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

2716


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

2868


When i am connect database through toad,one error occured. ORA-12514: TNS:listener does not currently know of service requested in connect descriptor. plz help me thanks advance.............

2869


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

6794


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

2724


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

2035


NZE-28890: Entrust Login Failed

1932


ORA-26084: direct path context already finished

2001


invalid quantity specification negative quantity are not allowed for this item please check this item definition quantity

3440


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

2471


How to view the error log for any specific instance?

2546