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

SQL-02117: Invalid SQL Cursor usage: trying to OPEN an OPENed cursor

1 7458

SQL-02118: Invalid row for a WHERE CURRENT OF operation

1 4536

SQL-02119: Invalid HSTDEF argument

1 3033

SQL-02120: First and second arguments to SQLRCN both null

1 2978

SQL-02121: Invalid host name

1 3419

SQL-02122: Invalid OPEN or PREPARE for this database connection

1 4501

SQL-02123: Context referenced in EXEC TOOLS GET CONTEXT statement not found

1 2900

SQL-02124: NULL value returned by EXEC TOOLS statement

1 2894

SQL-02125: Connect error, can't get error text

1 3239

SQL-02126: Count of array elements cannot be negative (i.e. < 0)

1 4980

SQL-02127: Precompiler/SQLLIB version mismatch

1 4024

SQL-02128: Sessions still exist, not logged off

1 4516

SQL-02129: Fetched number of bytes is odd.

1 3110

SQL-02130: EXEC TOOLS interface is not available.

1 3212

SQL-02131: Runtime context in use

2 9446


Un-Answered Questions { Database Errors }

IMP-00070: Lob definitions in dump file are inconsistent with database.

1801


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

2008


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

2701


why we are using shift key in unix shell script

3240


When do you get "getwmicomexception"?

2735


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


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

2524


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

2237


What is Mutex error in Triggers?

3132


NZE-28890: Entrust Login Failed

1932


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

4042


ORA-26094: stream format error: input column overflow

2859


what is the instrument that used in Mechanical Energy??

2743


write a database figure to implement the master detained relationship.

3020


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

2716