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-30656: column type not supported on external organized table

1 3084

ORA-30657: operation not supported on external organized table

2 12681

ORA-30658: attempt was made to create a temporary table with EXTERNAL organization

1 3623

ORA-30659: too many locations specified for external table

1 3372

ORA-30676: socket read or write failed

1 4169

ORA-30677: session is already connected to a debugger

1 3716

ORA-30678: too many open connections

1 6578

ORA-30679: JDWP-based debugging not supported in this configuration

1 3156

ORA-30680: debugger connection handshake failed

1 3033

ORA-30681: improper value for argument EXTENSIONS_CMD_SET

1 3129

ORA-30682: improper value for argument OPTION_FLAGS

1 3075

ORA-30683: failure establishing connection to debugger

1 7210

ORA-30685: package version is not compatible with Oracle version

1 2988

ORA-30686: no dispatcher accepted TCP/IP connection request

1 3447

ORA-30687: session terminated by debugger

1 3730


Un-Answered Questions { Database Errors }

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

1984


What is SCD (Slowly Changing Dimensions)? What are its types?

2682


How to solve -805 error i.e. Bind issue. There are two conditions- 1) If you have access to the database table 2) If you don't have access to the table

2661


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


hp asking for replication floppy to do reinstall 25254 server assistant

2904


NZE-28890: Entrust Login Failed

1891


What is live lock, deadlock and what is Lock escalation?

2450


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

3875


IMP-00064: Definition of LOB was truncated by export

6433


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

2720


write a database figure to implement the master detained relationship.

2957


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.

2890


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

2495


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

2812


When do you get "getwmicomexception"?

2693