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

TNS-01023: Version string

1 3819

TNS-01024: Trace Level string

1 3206

TNS-01025: Security string

1 2653

TNS-01026: Start Date string

1 2847

TNS-01027: Listener Trace File string

1 2895

TNS-01028: Listener Log File string

1 3222

TNS-01029: Services Summary...

1 2707

TNS-01030: The listener supports no services

1 5861

TNS-01033: Listener Parameter File string

1 3272

TNS-01034: Uptime number days number hr. number min. number sec

1 3357

TNS-01036: %s established:string refused:string

1 4156

TNS-01037: "string" established:string refused:string

1 3229

TNS-01038: %s established:string refused:string current:string max:string state:string

1 2783

TNS-01039: %s has string service handler(s)

1 2981

TNS-01040: SNMP string

1 2882


Un-Answered Questions { Database Errors }

ORA-26095: unprocessed stream data exists

3561


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

2155


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

2410


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

1616


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

3987


In my project I am using star schema and only diimension tables are loaded and not fact tables any one can help me why it is happening? Plase guide me.

2870


How will you Handle Error in SQL SERVER 2008?

2401


NZE-28868: Peer certificate chain check failed.

2799


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

1958


ORA-26028: index string.string initially in unusable state

3862


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

2645


hp asking for replication floppy to do reinstall 25254 server assistant

2879


when i ran any workflow or session, getting below error: seesion task instance[s_xxx]: Execution terminated unexpecterdly

2227


ORA-26027: unique index string.string partition string initially in unusable state

6744


what is new g/l functionality

2611