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-38773: cannot add data file 'string' - file already part of database

1 3534

ORA-38774: cannot disable media recovery - flashback database is enabled

1 8158

ORA-38775: cannot disable flash recovery area - flashback database is enabled

2 9178

ORA-38776: cannot begin flashback generation - flash recovery area is disabled

1 3345

ORA-38900: missing mandatory column "string" of error log table "string"

1 4698

ORA-38901: column "string" of table "string" must be one of the first "number" columns

1 3401

ORA-38950: Source platform string not cross platform compliant

1 2809

ORA-38951: Target platform string not cross platform compliant

1 2969

ORA-38952: Source database not 10.0.0.0 compatible

1 3132

ORA-38954: Cross platform transport is not supported between source platform identifier string and target platform identifier string

1 3184

ORA-38955: Source platform string not cross platform compliant

1 3588

ORA-38956: Target platform string not cross platform compliant

1 2599

ORA-38957: Target database not 10.0.0.0 compatible

1 2779

ORA-38958: Source platform string is in different byte order than target platform string

1 2978

ORA-38959: Failed to update block 0 to new version 10 format

1 2888


Un-Answered Questions { Database Errors }

write a database figure to implement the master detained relationship.

3009


When do you get "getwmicomexception"?

2731


IMP-00070: Lob definitions in dump file are inconsistent with database.

1796


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

2709


ORA-26030: index string.string had string partitions made unusable due to:

1986


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

2253


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

3436


what is the instrument that used in Mechanical Energy??

2733


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.

2573


what is new g/l functionality

2673


NZE-28868: Peer certificate chain check failed.

2862


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

1665


ORA-16626: failed to enable specified object

2272


IMP-00064: Definition of LOB was truncated by export

6465


ORA-16516: The current state is invalid for the attempted operation.

8875