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-39050: parameter string is incompatible with parameter string

1 3434

ORA-39051: parameter string specified multiple times

1 3979

ORA-39052: cannot specify SKIP_CURRENT on initial start of a job.

1 2827

ORA-39053: parameter or attribute string must be defined for a string job

1 3004

ORA-39054: missing or invalid definition of the SQL output file.

1 4254

ORA-39055: invalid bad file specification.

1 3410

ORA-39056: invalid log file specification.

1 2796

ORA-39057: invalid worker request string for string jobs.

1 2905

ORA-39058: current object skipped: string of type string

1 3436

ORA-39059: dump file set is incomplete

1 12080

ORA-39060: table(s) dropped because of conflict with master table

1 10142

ORA-39061: import mode string conflicts with export mode string

1 5665

ORA-39062: error creating master process string

1 3839

ORA-39064: unable to write to the log file

1 13606

ORA-39065: unexpected master process exception in string

1 4078


Un-Answered Questions { Database Errors }

hp asking for replication floppy to do reinstall 25254 server assistant

2838


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

3942


What is the use of NOLOCK locking hint?

1730


ORA-16626: failed to enable specified object

2173


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

1730


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

8773


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

3641


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

1637


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

2604


When do you get "getwmicomexception"?

2644


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.

1599


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

2067


invalid quantity specification negative quantity are not allowed for this item please check this item definition quantity

3336


ORA-26094: stream format error: input column overflow

2749


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

1918