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-06133: NETTCP: file not found

1 3029

ORA-06134: NETTCP: file access privilege violation

1 3510

ORA-06135: NETTCP: connection rejected; server is stopping

1 3144

ORA-06136: NETTCP: error during connection handshake

1 3194

ORA-06137: NETTCP: error during connection handshake

1 3336

ORA-06138: NETTCP: error during connection handshake

1 3108

ORA-06140: NETTCP: no such user

1 2699

ORA-06141: NETTCP: no privilege for user

1 2970

ORA-06142: NETTCP: error getting user information

1 3102

ORA-06143: NETTCP: maximum connections exceeded

1 4430

ORA-06144: NETTCP: SID (database) is unavailable

1 2647

ORA-06145: NETTCP: unable to start ORASRV: images not installed

1 3090

ORA-06250: NETNTT: cannot allocate send and receive buffers

1 3131

ORA-06251: NETNTT: cannot translate address file name

1 3020

ORA-06252: NETNTT: cannot open address file

1 3200


Un-Answered Questions { ERRORS }

how do i copy first 10 records from one sequntial file to another sequential file by using JCL program?

2797


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

2441


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

2720


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.

3892


A sample program using data structure? what is file handling?

3475


what are the test cases for ticket vending machine?

4362


ORA-26084: direct path context already finished

2001


If Fi account is assigned to cost element categorie poatings are not possible it is giving error that cost element has to be assigned to a co object whts the solution for this error?

2846


quoroum of computer languages?

3437


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

2271


IMP-00096: Warning: Skipping table "string"."string" because type synonym "string"."string" cannot be created

1672


can a merchant exporter adjust or claim refund of input service tax ??

2348


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

3234


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

2868


What is the major use of Servelet

2572