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-08446: syntax error in SYNCHRONIZED clause in mask options

1 2808

ORA-08447: syntax error in USAGE clause in mask options

1 2901

ORA-08448: syntax error in DECIMAL-POINT environment clause

1 3203

ORA-08449: invalid numeric symbol found in picture mask

1 3066

ORA-08450: invalid specification of CR in picture mask

1 2806

ORA-08451: invalid specification of DB in picture mask

1 2920

ORA-08452: specification of E in picture mask is unsupported

1 2834

ORA-08453: more than one V symbol specified in picture mask

1 3306

ORA-08454: more than one S symbol specified in picture mask

1 3051

ORA-08455: syntax error in CURRENCY SIGN environment clause

1 3038

ORA-08456: no sign in picture mask but SIGN clause in mask options

1 3114

ORA-08457: syntax error in SEPARATE CHARACTER option of SIGN clause

1 3039

ORA-08458: invalid format parameter

1 3216

ORA-08459: invalid format parameter length

1 3300

ORA-08460: invalid environment clause in environment parameter

1 2938


Un-Answered Questions { Database Errors }

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

4039


ORA-26030: index string.string had string partitions made unusable due to:

1988


what is the instrument that used in Mechanical Energy??

2733


ORA-16516: The current state is invalid for the attempted operation.

8877


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


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

3703


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

2465


when i ran any workflow or session, getting below error: seesion task instance[s_xxx]: Execution terminated unexpecterdly

2300


IMP-00064: Definition of LOB was truncated by export

6465


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

2034


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

2862


When do you get "getwmicomexception"?

2733


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

2714


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

2004