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-31477: could not detach LogMiner session during cleanup

1 2878

ORA-31478: could not detach LogMiner session after change set advance

1 3013

ORA-31479: could not create LogMiner session

1 2983

ORA-31490: could not attach to LogMiner session

1 3029

ORA-31491: could not add logfile to LogMiner session

1 2656

ORA-31492: could not set session parameters for LogMiner session

1 2685

ORA-31493: could not prepare session for LogMiner session

1 2739

ORA-31494: could not activate a LogMiner session

1 3120

ORA-31495: error in synchronous change table on "string"."string"

1 4523

ORA-31496: must use DBMS_CDC_PUBLISH.DROP_CHANGE_TABLE to drop change tables

1 6236

ORA-31497: invalid value specified for first_scn

1 2969

ORA-31498: description and remove_description cannot both be specified

1 2461

ORA-31499: null value specified for required parameter string

1 2947

ORA-31500: change source string is not a ManualLog change source

1 3048

ORA-31501: change source string is not an AutoLog change source

1 2814


Un-Answered Questions { Database Errors }

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

2752


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

4007


What is the use of NOLOCK locking hint?

1800


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

2666


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.

2820


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

2534


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

1951


why we are using shift key in unix shell script

3193


what is new g/l functionality

2632


How will you Handle Error in SQL SERVER 2008?

2418


NZE-28890: Entrust Login Failed

1891


ORA-16626: failed to enable specified object

2232


java.sql.SQLException:Invalid state, the statement object is closed Hai all i got this error when i am multiple times referesh web page

6674


ORA-16516: The current state is invalid for the attempted operation.

8835


ORA-26079: file "string" is not part of table string.string

1962