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-06027: NETASY: channel close failure

1 3304

ORA-06028: NETASY: unable to intialise for logging

1 3137

ORA-06029: NETASY: port assignment failure

1 2992

ORA-06030: NETDNT: connect failed, unrecognized node name

1 3014

ORA-06031: NETDNT: connect failed, unrecognized object name

1 3233

ORA-06032: NETDNT: connect failed, access control data rejected

1 3016

ORA-06033: NETDNT: connect failed, partner rejected connection

1 3095

ORA-06034: NETDNT: connect failed, partner exited unexpectedly

1 3737

ORA-06035: NETDNT: connect failed, insufficient resources

1 2883

ORA-06037: NETDNT: connect failed, node unreachable

1 3112

ORA-06039: NETDNT: connect failed

1 3090

ORA-06040: NETDNT: invalid login (connect) string

1 3035

ORA-06041: NETDNT: disconnect failed

1 3483

ORA-06042: NETDNT: message receive failure

1 3219

ORA-06043: NETDNT: message send failure

1 3658


Un-Answered Questions { Database Errors }

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

3668


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

3864


IMP-00064: Definition of LOB was truncated by export

6415


if the lengths of two wires are same and the area of cross sections is 4:7 then what will be the ratio of current passing through these wires

2705


what is new g/l functionality

2614


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.

2870


[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

2731


why we are using shift key in unix shell script

3168


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

1941


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

6747


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

1747


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

3171


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

2650


NZE-28868: Peer certificate chain check failed.

2803


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

1768