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

NZE-28794: data type attribute did not initialize

1 3009

NZE-28795: data type attribute did not terminate

1 3152

NZE-28796: access method is not supported

1 3187

NZE-28797: invalid key data type

1 2820

NZE-28798: Number of sub-keys application passes to bind does not match that in the key.

1 3081

NZE-28799: failure to allocate shared memory

1 3602

NZE-28800: data source failed to open

1 3155

NZE-28801: invalid object type

1 3118

NZE-28802: invalid mode or data source in configuration file

1 2961

NZE-28803: I/O operation failure

1 3180

NZE-28804: Data source cannot close.

1 2963

NZE-28805: Cannot retrieve information from the data source.

1 2959

NZE-28806: Cannot write to the data source.

1 3145

NZE-28807: Cannot update the data source.

1 2742

NZE-28808: Cannot retrieve method information from the configuration file.

1 2833


Un-Answered Questions { Database Errors }

IMP-00064: Definition of LOB was truncated by export

6465


What is the meaning of lock escalation and why/how to stop this?

2706


ORA-07497: sdpri: cannot create trace file 'string'; errno = string.

2858


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

1729


What is the use of NOLOCK locking hint?

1832


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

2579


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

2177


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

2709


[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

2772


NZE-28890: Entrust Login Failed

1922


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

6790


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

3912


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

2714


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

1814


ORA-26084: direct path context already finished

1995