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-28794: data type attribute did not initialize

1 2929

NZE-28795: data type attribute did not terminate

1 3073

NZE-28796: access method is not supported

1 3096

NZE-28797: invalid key data type

1 2736

NZE-28798: Number of sub-keys application passes to bind does not match that in the key.

1 3014

NZE-28799: failure to allocate shared memory

1 3510

NZE-28800: data source failed to open

1 3053

NZE-28801: invalid object type

1 3048

NZE-28802: invalid mode or data source in configuration file

1 2869

NZE-28803: I/O operation failure

1 3088

NZE-28804: Data source cannot close.

1 2864

NZE-28805: Cannot retrieve information from the data source.

1 2863

NZE-28806: Cannot write to the data source.

1 3049

NZE-28807: Cannot update the data source.

1 2646

NZE-28808: Cannot retrieve method information from the configuration file.

1 2771


Un-Answered Questions { Database Errors }

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

2221


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

3664


How will you Handle Error in SQL SERVER 2008?

2400


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

1741


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

2210


IMG-02003: 2FF03 - incorrect color histogram feature specification

1704


hp asking for replication floppy to do reinstall 25254 server assistant

2878


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

3381


why we are using shift key in unix shell script

3158


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

2225


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

2641


ORA-26032: index string.string loading aborted after string keys

2103


what is the instrument that used in Mechanical Energy??

2678


NZE-28868: Peer certificate chain check failed.

2797


ORA-16626: failed to enable specified object

2211