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-38498: invalid stored attribute for the index object : string

1 2925

ORA-38499: expression set already configured for stored/indexed attributes

1 3457

ORA-38500: %s

1 3854

ORA-38501: sub-query not allowed in the expression

1 3299

ORA-38502: invalid XML tag: string

1 2711

ORA-38503: index already defined using the parameters

1 3100

ORA-38504: this operator not allowed with the configured attribute set

1 2725

ORA-38601: FI Not enough memory for frequent itemset counting: string

1 2980

ORA-38602: FI invalid input cursor

1 2977

ORA-38603: FI including & excluding cursor can only return one column

1 3176

ORA-38604: FI including & excluding cursor item-id type must match input cursor item-id type

1 2785

ORA-38605: FI not enough memory(stringK) for candidate generation(stringK)

1 2638

ORA-38606: FI support threshold not between [0, 1]

1 2587

ORA-38607: FI minimum and maximum itemset length not between [1, string]

1 2856

ORA-38608: FI itemset minimum-length(string) should not be greater than maximum length(string)

1 3173


Un-Answered Questions { Database Errors }

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

2523


What is the use of NOLOCK locking hint?

1788


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

3673


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

2707


ORA-26032: index string.string loading aborted after string keys

2113


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

2658


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

2654


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

1626


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

3180


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

2412


How will you Handle Error in SQL SERVER 2008?

2407


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.

2810


What is Mutex error in Triggers?

3076


write a database figure to implement the master detained relationship.

2940


what is the instrument that used in Mechanical Energy??

2685