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

TNS-00245: Connection Manager: Failed to open log file

1 3492

TNS-00246: Connection Manager: Failed to start tracing

1 2880

TNS-00247: Unable to allocate memory for configuration data from TNSNET.ORA file

1 3608

TNS-00248: Unable to get information from file :string: Exiting with NR error:number

1 3281

TNS-00249: Unable to read network configuration data from file string with error: string

1 3286

TNS-00250: Navigator has been started

1 3217

TNS-00251: Failure in nstest:

1 2859

TNS-00252: Unable to handle route request: string

1 3240

TNS-00253: Error in reading network configuration data from file string with error string

1 2918

TNS-00254: Navigator has been stopped

1 2915

TNS-00255: Closing down log, stopping Navigator

1 2666

TNS-00256: Status of Navigator:

1 2742

TNS-00257: Number of Successful Requests : number

1 3031

TNS-00258: Number of Failed Requests : number

1 2963

TNS-00259: Disabled Interchange list:

1 2644


Un-Answered Questions { Database Errors }

NZE-28890: Entrust Login Failed

1877


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

2105


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

6744


hp asking for replication floppy to do reinstall 25254 server assistant

2879


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

3862


NZE-28868: Peer certificate chain check failed.

2799


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

3383


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

2662


what is new g/l functionality

2611


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

2520


today's peformance is less than yesturday.it took 1 mint and today's performance is 7 mints.guys can anyone answer to mu question in sql

2446


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

1677


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


IMP-00064: Definition of LOB was truncated by export

6413


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

1958