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

NZE-28874: SSL: I/O closed - override goodbye kiss

1 3561

NZE-28875: SSL: use server-gated cryptographic suites

1 3440

NZE-28884: invalid cipher suite

1 4552

NZE-28885: No certificate with the required key usage found.

1 3398

NZE-28890: Entrust Login Failed

1921

NZE-29000: Certificate not installed

1 2815

NZE-29002: SSL transport detected invalid or obsolete server certificate.

1 5579

NZE-29003: SSL transport detected mismatched server certificate.

1 3843

NZE-29004: Callback Failure

1 3112

NZE-29005: The certificate is invalid.

1 4336

NZE-29006: The certificate request message is invalid when using SSL 2.0.

1 2905

NZE-29007: Bad Clear Key Length when using SSL 2.0

1 3137

NZE-29008: Bad DH Param key length

1 3087

NZE-29009: Bad encrypted key length when using SSL 2.0

1 2970

NZE-29010: Export key length does not meet export restrictions.

1 3705


Un-Answered Questions { Database Errors }

How will you Handle Error in SQL SERVER 2008?

2440


hp asking for replication floppy to do reinstall 25254 server assistant

2960


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

2032


What severity level errors are managed in TRY-CATCH block?

2264


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.............

2857


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

1796


IMP-00064: Definition of LOB was truncated by export

6465


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

2751


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

1665


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

2465


today's peformance is less than yesturday.it took 1 mint and today's performance is 7 mints.guys can anyone answer to mu question in sql

2517


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


What is live lock, deadlock and what is Lock escalation?

2495


[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

2772


write a database figure to implement the master detained relationship.

3009