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-12607: TNS: Connect timeout occurred

1 3543

ORA-12608: TNS: Send timeout occurred

1 4903

ORA-12609: TNS: Receive timeout occurred

1 11929

ORA-12611: TNS:operation is not portable

1 3397

ORA-12612: TNS:connection is busy

1 5661

ORA-12615: TNS:preempt error

1 3486

ORA-12616: TNS:no event signals

1 3288

ORA-12618: TNS:versions are incompatible

1 4426

ORA-12619: TNS:unable to grant requested service

1 2943

ORA-12620: TNS:requested characteristic not available

1 3370

ORA-12622: TNS:event notifications are not homogeneous

1 3026

ORA-12623: TNS:operation is illegal in this state

1 3077

ORA-12624: TNS:connection is already registered

1 3053

ORA-12625: TNS:missing argument

1 2875

ORA-12626: TNS:bad event type

1 2945


Un-Answered Questions { Database Errors }

ORA-16626: failed to enable specified object

2283


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

1994


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

2476


What severity level errors are managed in TRY-CATCH block?

2271


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.

1712


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

2264


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


ORA-26095: unprocessed stream data exists

3651


what is the instrument that used in Mechanical Energy??

2755


why we are using shift key in unix shell script

3243


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

1675


When you get following error? Error 3154: The backup set holds a backup of a database other than the existing database.

2590


what is new g/l functionality

2683


IMP-00064: Definition of LOB was truncated by export

6475


IMP-00063: Warning: Skipping table "string"."string" because object type "string"."string" cannot be created or has different identifier

2792