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




ERRORS Interview Questions
Questions Answers Views Company eMail

ORA-01981: CASCADE CONSTRAINTS must be specified to perform this revoke

1 3625

ORA-01982: invalid auditing option for tables

1 3802

ORA-01983: invalid auditing option for DEFAULT

1 3040

ORA-01984: invalid auditing option for procedures/packages/functions

1 3653

ORA-01985: cannot create user as LICENSE_MAX_USERS parameter exceeded

1 5062

ORA-01986: OPTIMIZER_GOAL is obsolete

1 6262

ORA-01987: client os username is too long

1 2933

ORA-01988: remote os logon is not allowed

1 2879

ORA-01989: role 'string' not authorized by operating system

1 3146

ORA-02001: user SYS is not permitted to create indexes with freelist groups

1 4431

ORA-02004: security violation

1 6766

ORA-02007: can't use ALLOCATE or DEALLOCATE options with REBUILD

1 3941

ORA-02009: the size specified for a file must not be zero

1 4270

ORA-02020: too many database links in use

2 16449

ORA-02021: DDL operations are not allowed on a remote database

1 5652


Un-Answered Questions { ERRORS }

IMP-00070: Lob definitions in dump file are inconsistent with database.

1743


When do you get "getwmicomexception"?

2679


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


ORA-26094: stream format error: input column overflow

2797


java.sql.SQLException:Invalid state, the statement object is closed Hai all i got this error when i am multiple times referesh web page

6650


hi can any one tell me.... do we need to use color catridge also in HP Deskjet 630C series printer.... i have kept only black catridge but its not working.......

2233


write a database figure to implement the master detained relationship.

2934


what are the test cases for ticket vending machine?

4274


Wen ever i use IE=createObject (Ineternetexplorer.application) QTP just navigates to the URL mentioned but doesn't recognise the USErname and Password field so the test fails.. But wen i just record and use system.util "iexplore" the code recognises and the tst passes, but here it works fine sometimes and sometimes the test just fails and aftersometime i run it works.. so its not consistent,,, any suggestion

3070


how can i get the question papers of year 2006 and 2007 of 12th commerce gujarat board

2212


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

2520


What is probability to guarantee that the task a programmer is going to create will be created and be able to run on a particular system (RTOS/GPOS).

2370


I am Recording the QTP Script..the Script is below VbWindow("mdiPP").VbWindow("frmPOSOLocking").ActiveX ("SSTab").VbListView("lstPO").SetItemState "272 [10-11]", micChecked. After when when Run then give error property not found.

3840


write the value of x and y after execution of the statements: int x=19,y; y=x++ + ++x; x++; y++;

1932


ORA-16627: No standby databases support the overall protection mode.

3987