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-06957: No SID is currently available

1 2725

ORA-06958: Failed to access configuration file

1 3256

ORA-06959: Buffer I/O quota is too small

1 2945

ORA-06960: Failed to access log file

1 2734

ORA-06970: X.25 Driver: remote host is unknown

1 2767

ORA-06973: X.25 Driver: invalid buffer size

1 2701

ORA-06974: X.25 Driver: SID lookup failure

1 2951

ORA-06975: X.25 Driver: connect to host failed

1 2995

ORA-06976: X.25 Driver: endpoint creation failure

1 2627

ORA-06977: X.25 Driver: X.25 Level 2 failure

1 2789

ORA-06978: X.25 Driver: Too many callback tries

1 2775

ORA-06979: X.25 Driver: server cannot start oracle

1 2782

ORA-07200: slsid: oracle_sid not set.

1 3809

ORA-07201: slhom: oracle_home variable not set in environment.

1 3316

ORA-07202: sltln: invalid parameter to sltln.

1 7210


Un-Answered Questions { Database Errors }

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.

2539


What is Mutex error in Triggers?

3069


ORA-26027: unique index string.string partition string initially in unusable state

6746


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

3668


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

2212


what is new g/l functionality

2612


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.

1652


NZE-28890: Entrust Login Failed

1882


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

2648


hp asking for replication floppy to do reinstall 25254 server assistant

2886


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

3993


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

2705


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

1768


IMP-00096: Warning: Skipping table "string"."string" because type synonym "string"."string" cannot be created

1620


When do you get "getwmicomexception"?

2682