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-00340: Trace file name is currently string

1 2980

NNL-00341: Trace file name is now string

1 2772

NNL-00342: Log file name is currently string

1 2913

NNL-00343: Log file name is now string

1 2702

NNL-00344: Save_config_on_stop is currently ON

1 3207

NNL-00345: Save_config_on_stop is currently OFF

1 2861

NNL-00346: Save_config_on_stop is now ON

1 3155

NNL-00347: Save_config_on_stop is now OFF

1 3160

NNL-00348: Server saving the config file now

1 2891

NNL-00349: Configuration will be saved in string

1 3170

NNL-00350: No save config currently scheduled

1 3088

NNL-00351: Scheduled configuration save to occur in string

1 2779

NNL-00352: Cancelled save config

1 2917

NNL-00353: Not allowed

1 2834

NNL-00400: Response status:

1 2832


Un-Answered Questions { Database Errors }

How to view the error log for any specific instance?

2545


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

8882


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

2035


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

2715


ORA-26029: index string.string partition string initially in unusable state

2235


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

2004


Hi, I am trying to encode data from flatfile and then to decode the encoded data to original form. Procedures that I followed:- 1. Encoded the field 'A_ID' using AES_ENCRYPT(A_ID,'abd') in the expression transformation. The A_ID got encoded in the output table(oracle) 2. To decode this back I used AES_DECRYPT(A_ID,'abd'). But after executing the workflow, I am not getting any data in output. can anybody tell me how to decrypt the encoded data back to original form ??

1736


What is Mutex error in Triggers?

3129


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

1769


ORA-26028: index string.string initially in unusable state

3916


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

2758


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

2586


ORA-26094: stream format error: input column overflow

2859


ORA-26084: direct path context already finished

1999


what is new g/l functionality

2676