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

RMAN-08590: channel string: datafile conversion complete, elapsed time: string

1 2762

RMAN-08591: WARNING: invalid archivelog deletion policy

1 13824

RMAN-08599: channel string: throttle time: string

1 3550

RMAN-10000: error parsing target database connect string "string"

1 15323

RMAN-10001: error parsing recovery catalog connect string "string"

1 3183

RMAN-10002: ORACLE error: string

1 5497

RMAN-10003: unable to connect to target database

1 7483

RMAN-10004: unable to connect to recovery catalog

1 3567

RMAN-10005: error opening cursor

1 4770

RMAN-10006: error running SQL statement: string

1 6427

RMAN-10007: error closing cursor

1 4006

RMAN-10008: could not create channel context

1 6496

RMAN-10009: error logging off of Oracle

1 3709

RMAN-10010: error while checking for RPC completion

1 5974

RMAN-10011: synchronization error while polling for rpc number, action=string

1 8245


Un-Answered Questions { Database Errors }

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

2764


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

6723


why we are using shift key in unix shell script

3243


When do you get "getwmicomexception"?

2737


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

8888


NZE-28890: Entrust Login Failed

1940


What is the use of NOLOCK locking hint?

1837


ORA-26082: load of overlapping segments on table string.string is not allowed

1828


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


hi. i m Anil patel when reconcile 57f4 chalan(subcontraction with out excise)i m facing error like short by material 220 kg. even i have migo all material.

2587


What is the meaning of lock escalation and why/how to stop this?

2718


ORA-26094: stream format error: input column overflow

2859


what is new g/l functionality

2682


IMP-00064: Definition of LOB was truncated by export

6475


hp asking for replication floppy to do reinstall 25254 server assistant

2973