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

ORA-30476: PLAN_TABLE does not exist in the user's schema

2 5011

ORA-30477: The input select_clause is incorrectly specified

1 3235

ORA-30478: Specified dimension does not exist

1 3442

ORA-30479: Summary Advisor error string

1 3095

ORA-30483: window functions are not allowed here

1 7069

ORA-30484: missing window specification for this function

1 11237

ORA-30485: missing ORDER BY expression in the window specification

1 9291

ORA-30486: invalid window aggregation group in the window specification

1 3677

ORA-30487: ORDER BY not allowed here

1 4960

ORA-30488: argument should be a function of expressions in PARTITION BY

1 4347

ORA-30489: Cannot have more than one rollup/cube expression list

1 4420

ORA-30490: Ambiguous expression in GROUP BY ROLLUP or CUBE list

1 3361

ORA-30493: The percentile value should be a number between 0 and 1.

1 3342

ORA-30500: database open triggers and server error triggers cannot have BEFORE type

1 3343

ORA-30501: instance shutdown triggers cannot have AFTER type

1 3063


Un-Answered Questions { Database 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(); } } }

2666


ORA-26079: file "string" is not part of table string.string

1962


How will you Handle Error in SQL SERVER 2008?

2418


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

2812


ORA-26076: cannot set or reset value after direct path structure is allocated

1984


What is Mutex error in Triggers?

3085


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

2495


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

2820


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

2226


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

6674


When do you get "getwmicomexception"?

2693


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

3189


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

4007


RMAN-05017: no copy of datafile number found to recover

2423


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

2720