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-27093: could not delete directory

1 3727

ORA-27100: shared memory realm already exists

1 3819

ORA-27101: shared memory realm does not exist

1 3511

ORA-27102: out of memory

1 3301

ORA-27103: internal error

1 7916

ORA-27120: unable to removed shared memory segment

1 5253

ORA-27121: unable to determine size of shared memory segment

1 5810

ORA-27122: unable to protect memory

1 6811

ORA-27123: unable to attach to shared memory segment

1 3932

ORA-27124: unable to detach from shared memory segment

1 8074

ORA-27125: unable to create shared memory segment

1 6556

ORA-27126: unable to lock shared memory segment in core

1 10512

ORA-27127: unable to unlock shared memory segment

1 3382

ORA-27128: unable to determine pagesize

1 4915

ORA-27141: invalid process ID

1 3705


Un-Answered Questions { Database Errors }

IMP-00064: Definition of LOB was truncated by export

6415


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

1618


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

3668


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

2521


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

3991


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.

1651


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

2648


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

8820


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

2107


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

2653


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

2410


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

2224


NZE-28890: Entrust Login Failed

1882


what is new g/l functionality

2611


ORA-26094: stream format error: input column overflow

2803