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

DRG-11805: Accepted

1 3051

DRG-11806: Non-authoritative Information

1 2871

DRG-11807: No Content

1 2988

DRG-11808: Reset Content

1 3087

DRG-11809: Partial Content

1 2704

DRG-11810: Partial Update OK

1 2901

DRG-11811: Multiple Choices

1 3011

DRG-11812: Moved Permanently

1 3014

DRG-11813: Moved Temporarily

1 3018

DRG-11814: See Other

1 3021

DRG-11815: Not Modified

1 3116

DRG-11816: Use Proxy

1 2904

DRG-11817: Proxy Redirect

1 2843

DRG-11818: Temporary Redirect

1 2866

DRG-11819: Bad Request

1 3078


Un-Answered Questions { Database Errors }

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

2465


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

2858


NZE-28868: Peer certificate chain check failed.

2862


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

2709


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

2579


i have created ODBC through Data sources and tests completed sucessfully. when i am Trying to connect SQL Server through ODBC (ODBC :Oracle Open Client Adapter for ODBC 2.0.2.15.0 Microsoft SQL Server 09.00.3054) unable to Connect to SQL*Plus: Release 8.0.4.0.0. it is given following error-message . Error: ORA-03121: NO interface driver connected- function not performed.

2849


ORA-26029: index string.string partition string initially in unusable state

2229


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

3703


invalid quantity specification negative quantity are not allowed for this item please check this item definition quantity

3436


How to view the error log for any specific instance?

2534


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

2032


NZE-28890: Entrust Login Failed

1922


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

3224


hp asking for replication floppy to do reinstall 25254 server assistant

2961


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.

2573