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

NID-00436: Modify parameter file and generate a new password file before restarting.

1 3167

NID-00440: Database ID for database string changed to number.

1 2869

NID-00441: All previous backups and archived redo logs for this database are unusable.

1 2836

NID-00442: Database has been shutdown, open database with RESETLOGS option.

1 3231

NID-00450: Succesfully changed database name and ID.

1 3105

NID-00451: Succesfully changed database name.

1 2778

NID-00452: Succesfully changed database ID.

1 3099

NID-00480: Database is intact - database is ready to be open or shut down.

1 3443

NID-00481: DBNEWID - Cancelled.

1 2952

NID-00490: LOG being redirected to STDERR due to errors.

1 3361

NID-00500: Keyword Description (Default)

1 2997

NID-00501: ----------------------------------------------------

1 3374

NID-00502: TARGET Username/Password (NONE)

1 2773

NID-00503: DBNAME New database name (NONE)

1 2900

NID-00504: LOGFILE Output Log (NONE)

1 3030


Un-Answered Questions { Database Errors }

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 ??

1737


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

2716


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

1825


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

1990


what is new g/l functionality

2681


ORA-26084: direct path context already finished

2001


What is SCD (Slowly Changing Dimensions)? What are its types?

2724


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

2503


When do you get "getwmicomexception"?

2735


ORA-26095: unprocessed stream data exists

3644


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

2270


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

2260


hp asking for replication floppy to do reinstall 25254 server assistant

2970


why we are using shift key in unix shell script

3240


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

4042