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

PLS-01425: Connect-by clause

1 2985

PLS-01450: This contains a nonconforming data type

1 2851

PLS-01451: The data types of these must be comparable

1 2738

PLS-01452: This function is not part of the ANSI standard

1 2991

PLS-01453: This procedure is not part of the ANSI standard

1 2777

PLS-01454: No operator may be used with values of data type CHAR

1 2716

PLS-01455: The predicates IS NULL and IS NOT NULL are defined only for column specifications

1 2969

PLS-01458: The set clause in an UPDATE statement requires a column name of length 1

1 2848

PLS-01460: Cannot access object on a remote host

1 3434

PLS-01463: STDDEV is not a standard set function

1 2822

PLS-01464: VARIANCE is not a standard set function

1 3189

PLS-01466: Null strings are not allowed

1 2938

PLS-01467: The value list of the IN predicate, if not a subquery, must contain only value_specifications

1 3888

PLS-01468: The first argument of the like-predicate must be a column of type character string

1 3160

PLS-01469: ANSI standard does not permit records

1 2850


Un-Answered Questions { Database Errors }

NZE-28868: Peer certificate chain check failed.

2868


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

2035


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

2183


What is Mutex error in Triggers?

3132


RMAN-05017: no copy of datafile number found to recover

2471


what is new g/l functionality

2681


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


When do you get "getwmicomexception"?

2735


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


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

2008


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

6794


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

2761


[ERROR] [main 11:01:20] (JCLLoggerAdapter.java:error:454) Unsuccessful: alter table user.CEN_USER_MASTER add constraint FKF4EDEDC3D0BAAE75 foreign key (ROLE_ID) references user.CEN_ROLE_MASTER [ERROR] [main 11:01:20] (JCLLoggerAdapter.java:error:454) ORA-02275: such a referential constraint already exists in the table

2779


When i am connect database through toad,one error occured. ORA-12514: TNS:listener does not currently know of service requested in connect descriptor. plz help me thanks advance.............

2868


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

3440