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-13012: language column must be a char, varchar, or varchar2 type

1 3022

DRG-13100: index is not partitioned

1 3107

DRG-13101: partition string does not exist in this index

1 3504

DRG-13102: index partition name must be specified

1 4211

DRG-13103: index table string is partitioned

1 2798

DRG-13104: indexes do not have equivalent settings for string

1 3262

DRG-13200: failed to load dictionary file string

1 3020

DRG-13300: document size bigger than string bytes

1 2858

DRG-13301: syntax error in token data when expecting string, at line string

1 2933

DRG-13302: number of wildcard offsets must be in the range string..string, at line string

1 2804

DRG-13303: value of wildcard offset must be in the range string..string, at line string

1 3097

DRG-13304: character referenced by wildcard attribute is not a wildcard character, at line string

1 3105

DRG-13305: 'off' attribute value must be in the range string..string, at line string

1 2747

DRG-13306: 'len' attribute value must be in the range string..string, at line string

1 2807

DRG-13307: 'off'=string and 'len'=string references character past end-of-file of string character document, at line string

1 3111


Un-Answered Questions { Database Errors }

How will you Handle Error in SQL SERVER 2008?

2446


today's peformance is less than yesturday.it took 1 mint and today's performance is 7 mints.guys can anyone answer to mu question in sql

2522


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

2235


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

2035


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

2867


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

2715


why we are using shift key in unix shell script

3237


IMG-02003: 2FF03 - incorrect color histogram feature specification

1769


IMP-00064: Definition of LOB was truncated by export

6473


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

3229


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

2864


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

2586


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

1669


ORA-26094: stream format error: input column overflow

2859


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.

2579