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

NNL-00262: Request forwarding is currently disabled

1 2991

NNL-00263: Request forwarding is now enabled

1 3213

NNL-00264: Request forwarding is now disabled

1 2660

NNL-00266: Round trip time is string

1 2859

NNL-00267: Address is string

1 3408

NNL-00268: Enter name server password:

1 2663

NNL-00270: Current default domain is "string"

1 3076

NNL-00271: Default domain is now "string"

1 3218

NNL-00272: Removed name "string" from caches along the following path:

1 2732

NNL-00273: server successfully started

1 2973

NNL-00274: server not started, errors follow

1 2933

NNL-00275: Trace level is currently number

1 3017

NNL-00276: Trace level is now number

1 2972

NNL-00277: Maximum number of times a request can be reforwarded is currently number

1 2976

NNL-00278: Maximum number of times a request can be reforwarded is now number

1 3112


Un-Answered Questions { Database Errors }

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

8817


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

2432


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

1768


IMP-00064: Definition of LOB was truncated by export

6413


IMP-00063: Warning: Skipping table "string"."string" because object type "string"."string" cannot be created or has different identifier

2731


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

1743


what is the instrument that used in Mechanical Energy??

2680


NZE-28890: Entrust Login Failed

1877


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

2645


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

2228


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

1958


What is the use of NOLOCK locking hint?

1784


ORA-26027: unique index string.string partition string initially in unusable state

6744


ORA-26095: unprocessed stream data exists

3561


hp asking for replication floppy to do reinstall 25254 server assistant

2879