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-07480: snchmod: cannot change permissions on ?/dbs/sgalm.dbf.

1 2915

ORA-07481: snlmatt: cannot attach to lock manager instance.

1 2869

ORA-07482: snlmini: cannot create lock manager instance.

1 3201

ORA-07483: snlkget: cannot convert(get) lock.

1 2868

ORA-07484: snlkput: cannot convert(put) lock.

1 2819

ORA-07485: scg_get_inst: cannot open instance number lock.

1 2796

ORA-07486: scg_get_inst: cannot convert(get) instance number lock.

1 2626

ORA-07487: scg_init_lm: cannot create lock manager instance.

1 2860

ORA-07488: scgrcl: lock manager not initialized.

1 2868

ORA-07489: scgrcl: cannot get lock status.

1 3230

ORA-07490: scgrcl: cannot convert lock.

1 3343

ORA-07491: scgrcl: cannot cancel lock request.

1 7458

ORA-07492: scgrcl: cannot close lock.

1 3056

ORA-07493: scgrcl: lock manager error.

1 2743

ORA-07494: scgcm: unexpected error.

1 3412


Un-Answered Questions { Database Errors }

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

2253


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

8875


NZE-28890: Entrust Login Failed

1922


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


What is Mutex error in Triggers?

3118


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


ORA-26084: direct path context already finished

1995


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

1665


ORA-26094: stream format error: input column overflow

2854


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

2465


How will you Handle Error in SQL SERVER 2008?

2440


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

1986


IMP-00064: Definition of LOB was truncated by export

6465


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

4036


ORA-16626: failed to enable specified object

2272