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

KUP-03010: OCI error getting database column type.

1 3207

KUP-03011: OCI error getting database column size.

1 2904

KUP-03012: OCI error getting database column precision.

1 2947

KUP-03013: OCI error getting database column scale.

1 2969

KUP-03014: OCI error getting datetime fsprecision.

1 2846

KUP-03015: OCI error getting datetime lfprecision.

1 2835

KUP-03016: length specified for FIXED records must be greater than 0

1 3333

KUP-03017: length specified for VARIABLE records must be greater than 0

1 2881

KUP-03018: invalid date mask "string" specified for column string

1 5607

KUP-03019: directory object not specified in LOBFILE clause for field string

1 2744

KUP-03020: empty delimiter specified for record

1 3186

KUP-03021: clause references unknown field string

1 3490

KUP-03022: lob data could not be found for field string

1 2710

KUP-03999: error occurred while processing a date format: ORA-number: string

1 2791

KUP-04000: error initializing IO state for file string in string

1 2854


Un-Answered Questions { Database Errors }

How will you Handle Error in SQL SERVER 2008?

2404


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

2733


[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

2733


IMP-00060: Warning: Skipping table "string"."string" because object type "string"."string" does not exist or has different identifier

3177


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

2225


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

3668


What is the use of NOLOCK locking hint?

1788


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

2651


What is Mutex error in Triggers?

3071


NZE-28868: Peer certificate chain check failed.

2803


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

2668


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

3385


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.

2804


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.

2871


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

6749