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

PCC-02112: OBJECTS option ignored. OBJECTS=YES is not allowed for DBMS=V6 or V7.

1 3091

PCC-02113: DBMS=V6 no longer supported; using DBMS=NATIVE, CHAR_MAP=VARCHAR2.

1 2842

PCC-02114: Command line argument MODE=ANSI may not be used with DBMS=V6

1 2961

PCC-02115: Unable to open output file for writing

1 3547

PCC-02116: You must specify a file extension using the HEADER option

1 3892

PCC-02129: CMD-LINE: Client supplied static options table is invalid

1 2771

PCC-02132: CMD-LINE: Could not allocate memory

1 2808

PCC-02133: CMD-LINE: Error in string processing function

1 2677

PCC-02134: CMD-LINE: Null option supplied

1 3234

PCC-02135: CMD-LINE: User asked for help

1 2880

PCC-02138: CMD-LINE: Internal consistency error

1 3155

PCC-02144: CMD-LINE: Blank characters are not allowed on either side of an equal sign (=)

1 8548

PCC-02150: Error at line number, column number in file string

1 3008

PCC-02151: Line number column number file string:

1 2957

PCC-02152: Unable to open file string to display or list the source line number

1 2942


Un-Answered Questions { ERRORS }

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

2722


i have SAP B1 in my work area When i am try to hold the particular item the following ERRORS display in my System (This entry already exists in the following tables '' (AIT1) (ODBC -2035) [Message 131-183])

5234


hp asking for replication floppy to do reinstall 25254 server assistant

2973


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

2726


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

3448


In .net how many error will occur?

2867


What is Mutex error in Triggers?

3138


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

3234


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

2271


Program ended with error or warning, return code: 4

14409


ORA-26028: index string.string initially in unusable state

3924


what is the instrument that used in Mechanical Energy??

2748


hi, i am trying to do modular test tree in winrunner but i am getting error like "Error in the Expression list",can you please tell e what kind of error is this? thanks.

2408


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

2349


when i open the system error dialog box come memory could not be read some.

2554