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

PCC-00060: Both CURSOR and STATEMENT have AT clauses at line number of file string.

1 3353

PCC-00061: Error at line number, column number. PLS-number: string

1 3079

PCC-00062: Must use option SQLCHECK=SEMANTICS(FULL) when there is embedded PL/SQL

1 5672

PCC-00063: Reached end of file string before End-of-Statement at line number!

1 3745

PCC-00064: All uses of a given host variable must use identical indicator variables.

1 2895

PCC-00065: Userid required, but not specified.

1 3027

PCC-00066: Userid only used when SQLCHECK = FULL, userid ignored.

1 3356

PCC-00067: Ireclen exceeded. Line number in file string truncated.

1 3440

PCC-00068: Host and indicator variables may not have the same name.

1 2797

PCC-00069: Host variable "string" has unsupported datatype at line number in file string

1 3504

PCC-00070: Illegal syntax, Exponential value in SQL statement: string

1 3667

PCC-00071: Unable to open message file.

1 2953

PCC-00072: Input file name length exceeds the maximum length

1 3117

PCC-00073: Cursor is declared but never OPENed at line number in file string.

1 2802

PCC-00075: ":" expected before indicator variable

1 3213


Un-Answered Questions { Database Errors }

How to view the error log for any specific instance?

2539


if the lengths of two wires are same and the area of cross sections is 4:7 then what will be the ratio of current passing through these wires

2753


When do you get "getwmicomexception"?

2733


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

3226


ORA-26084: direct path context already finished

1999


How will you Handle Error in SQL SERVER 2008?

2442


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

2862


When i am connect database through toad,one error occured. ORA-12514: TNS:listener does not currently know of service requested in connect descriptor. plz help me thanks advance.............

2861


IMP-00064: Definition of LOB was truncated by export

6465


I entered the data in SQL toad version 9.0.1 in English and Arabic language but when i do the query i get the data in Arabic language with (??? question mark) ,please your support.

1700


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

2229


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

2713


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

3704


ORA-26095: unprocessed stream data exists

3640


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

6718