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

RMAN-00577: PIPE requires that TARGET be specified on the command line

1 3045

RMAN-00578: pipe string is not private and owned by SYS

1 3048

RMAN-00579: SCRIPT cannot be used with CMDFILE

1 3658

RMAN-00600: internal error, arguments [string] [string] [string] [string] [string]

1 9759

RMAN-00601: fatal error in recovery manager

1 8284

RMAN-00700: SCRIPT requires that TARGET be specified on the command line

1 3054

RMAN-00701: SCRIPT requires that CATALOG be specified on the command line

1 3305

RMAN-01006: error signalled during parse

1 6971

RMAN-01007: at line number column number file: string

1 5087

RMAN-01008: the bad identifier was: string

1 9256

RMAN-02000: wrong message file version (msg number not found)

1 5585

RMAN-02001: unrecognized punctuation symbol "string"

1 11711

RMAN-02002: unexpected end of input file reached

1 10423

RMAN-02003: unrecognized character: string

1 5631

RMAN-02004: quoted string too big

1 2822


Un-Answered Questions { ERRORS }

I am using Qt 5.6 during compilation it stops and gives error about Qmake The process "C:QtQt5.6.35.6.3msvc2015_64inqmake.exe" crashed. Error while building/deploying project untitled1 (kit: Desktop Qt 5.6.3 MSVC2015 64bit) When executing step "qmake"

1815


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

3183


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

3092


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

2660


ORA-26084: direct path context already finished

1956


how to overload main method in java?

3060


For pH-4 calculation it is subtracted from the previous pH7 buffer value is the same procedure to be followed for calculation of remaining buffers??

1636


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

2165


What is live lock, deadlock and what is Lock escalation?

2444


IMP-00064: Definition of LOB was truncated by export

6428


dear sir I want singal maintainer(iii& ii) solved question paper in every year in every board in rrb. If you collect these and sent these my mail-id i shall very grateful to you. thanking you your's faithfully soma saha

2428


today's peformance is less than yesturday.it took 1 mint and today's performance is 7 mints.guys can anyone answer to mu question in sql

2482


hp asking for replication floppy to do reinstall 25254 server assistant

2900


What is the use of NOLOCK locking hint?

1798


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

3395