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-31517: CDC change table string.string already exists

1 3016

ORA-31518: change column string already exists in CDC change table string.string

1 2820

ORA-31519: CDC subscription string already exists

1 2813

ORA-31520: CDC subscription string already subscribes to publication ID string

1 2731

ORA-31521: CDC subscription string already subscribes to publication ID string column string

1 3128

ORA-31522: could not find Streams object string for CDC change set string

1 3181

ORA-31523: could not find change source string for CDC change set string

1 2818

ORA-31524: could not find change set string for CDC change table string.string

1 3194

ORA-31525: could not find column string in CDC change table string.string

1 3196

ORA-31526: could not find source table string.string for CDC change table string.string

1 2877

ORA-31527: could not find source column string for CDC change table string.string

1 3060

ORA-31528: could not find change set string for CDC subscription string

1 2989

ORA-31529: could not find publication for CDC subscriber view string.string

1 3191

ORA-31530: could not find published column string for CDC subscriber view string.string

1 2707

ORA-31531: could not find column string in CDC subscriber view string.string

1 2997


Un-Answered Questions { Database Errors }

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

1981


What is the use of NOLOCK locking hint?

1800


NZE-28890: Entrust Login Failed

1887


when i ran any workflow or session, getting below error: seesion task instance[s_xxx]: Execution terminated unexpecterdly

2260


What is Mutex error in Triggers?

3085


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

3871


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

6671


ORA-26094: stream format error: input column overflow

2825


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

1629


ORA-26029: index string.string partition string initially in unusable state

2167


mount: mount to NFS server failed: System Error: Connection timed out

3680


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

2664


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

4005


In my project I am using star schema and only diimension tables are loaded and not fact tables any one can help me why it is happening? Plase guide me.

2890


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.

2553