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-06603: LU6.2 Driver: Error allocating memory

1 2967

ORA-06604: LU6.2 Driver: Unable to allocate session with remote LU

1 3035

ORA-06605: LU6.2 Driver: Unexpected line turnaround

1 2647

ORA-06606: LU6.2 Driver: Unexpected response from SNA

1 3071

ORA-06607: LU6.2 Driver: Reset occurred in send state

1 3093

ORA-06608: LU6.2 Driver: Reset occurred in receive state

1 3155

ORA-06610: LU6.2 Driver: Failed during deallocation

1 2966

ORA-06616: LU6.2 Driver: Attach to LU failed

1 2980

ORA-06622: LU6.2 Driver: Unable to attach to SNA

1 2893

ORA-06700: TLI Driver: incorrect message type from host

1 2572

ORA-06701: TLI Driver: incorrect number of bytes written

1 3028

ORA-06702: TLI Driver: cannot allocate context area

1 2757

ORA-06703: TLI Driver: send break message failed

1 3109

ORA-06704: TLI Driver: receive break message failed

1 3052

ORA-06705: TLI Driver: remote node is unknown

1 2891


Un-Answered Questions { Database Errors }

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

1941


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

1768


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

1620


How to view the error log for any specific instance?

2486


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

3993


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


what is the instrument that used in Mechanical Energy??

2682


[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


When you get following error? Error 3154: The backup set holds a backup of a database other than the existing database.

2522


IMP-00064: Definition of LOB was truncated by export

6415


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

3864


What is the meaning of lock escalation and why/how to stop this?

2658


I entered the data in SQL toad version 9.0.1 in English and Arabic language but when i do the query i get the data in Arabic language with (??? question mark) ,please your support.

1656


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

8820


ORA-26079: file "string" is not part of table string.string

1958