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

PCC-01008: Multiple element records not allowed in DECLARE section

1 2762

PCC-01009: For hostlan = COB74, a SQL statement must be followed by ELSE or "."

1 3565

PCC-01010: Invalid use of NULL character in character literal

1 3816

PCC-01011: USAGE IS BINARY clause must be terminated by "." on same line

1 3353

PCC-01012: DATA DIVISION not found

1 3087

PCC-01013: Invalid use of PIC N array variable "string" at line number in file string

1 3347

PCC-01014: "VARYING" not supported with PIC N PICTURE clause

1 2909

PCC-01015: Cannot equivalence PIC N variable string

1 3008

PCC-01016: "N" character literals not supported in embedded PL/SQL

1 3286

PCC-01017: The SQLCA and a SQLCODE variable cannot both be used

1 3399

PCC-01018: Conversion buffer size can only be specified for character types

1 2854

PCC-01019: Invalid conversion buffer size

1 2824

PCC-01100: You are not authorized to run Pro*FORTRAN

1 2739

PCC-01101: Your Pro*FORTRAN authorization is about to expire

1 3403

PCC-01102: Invalid label at line number in file string

1 3499


Un-Answered Questions { Database Errors }

write a database figure to implement the master detained relationship.

3016


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

2005


hi. i m Anil patel when reconcile 57f4 chalan(subcontraction with out excise)i m facing error like short by material 220 kg. even i have migo all material.

2580


ORA-26084: direct path context already finished

1999


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

2181


NZE-28868: Peer certificate chain check failed.

2868


i have created ODBC through Data sources and tests completed sucessfully. when i am Trying to connect SQL Server through ODBC (ODBC :Oracle Open Client Adapter for ODBC 2.0.2.15.0 Microsoft SQL Server 09.00.3054) unable to Connect to SQL*Plus: Release 8.0.4.0.0. it is given following error-message . Error: ORA-03121: NO interface driver connected- function not performed.

2854


In my project I am using star schema and only diimension tables are loaded and not fact tables any one can help me why it is happening? Plase guide me.

2948


How to resolve QSM-01108 error. I have no OR conditions in my query, but do have 9 IN conditions. The error says the max limit is 2 while I have 257 number of disjuncts. However, if I remove even a single IN condition, the query is rewritten. I cannot change my query. How can I resolve this issue?

2767


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

2269


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


What is the use of NOLOCK locking hint?

1837


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

2035


ORA-26029: index string.string partition string initially in unusable state

2235


IMP-00063: Warning: Skipping table "string"."string" because object type "string"."string" cannot be created or has different identifier

2786