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

NZE-29245: the toolkit does not recognize the function being used

1 3359

NZE-29246: the toolkit could not parse the tdu

1 3061

NZE-29247: an unopen toolkit object was used before it was opened

1 3160

NZE-29248: an unrecgonized WRL was used to open a wallet

1 9822

NZE-29249: an unrecognized state was passed to a cryptographic function

1 2894

O2F-00301: Error attempting to read from the INTYPE file

1 3405

O2F-00302: Unable to allocate memory

1 3060

O2F-00303: No INTYPE file was specified

1 3181

O2F-00304: Invalid filename for the INTYPE file

1 3154

O2F-00305: Error opening the INTYPE file for reading

1 3201

O2F-00306: Unable to close the INTYPE file

1 2852

O2F-00307: Unable to read the INTYPE file

1 2934

O2F-00308: No type specifications were seen in the INTYPE file

1 2947

O2F-00309: Name of user-defined type is illegal or missing

1 2919

O2F-00310: Illegal or missing identifier name

1 3371


Un-Answered Questions { Database Errors }

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

1969


how can i get the question papers of year 2006 and 2007 of 12th commerce gujarat board

2212


hp asking for replication floppy to do reinstall 25254 server assistant

2886


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

2648


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

1620


How to resolve QSM-01108 error. I have no OR conditions in my query, but do have 9 IN conditions. The error says the max limit is 2 while I have 257 number of disjuncts. However, if I remove even a single IN condition, the query is rewritten. I cannot change my query. How can I resolve this issue?

2723


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

2656


Hi guys, I have four tables those are emp,dept,eliminate and uneliminate. i wrote small cursor..when i run, it display one error (ORA-01403 nodata found)... The query is: Declare cursor c1 is select e.ename emp_name from emp e,dept d where e.deptno=d.deptno group by deptno; r1 c1%rowtype; test_emp varchar2(200); begin for r1 in c1 loop begin select eliminate_emp into test_emp from eliminate t,uneliminate ut where t.number=ut.number and t.deptno=e.deptno and rownum<1; end; dbms_output.put_line(r1.emp_name); end loop; end; Thanks...

2597


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

2434


ORA-16626: failed to enable specified object

2218


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

8820


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

2805


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

2155


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

2705


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

2107