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-03601: Failed in route information collection

1 3942

TNS-03602: Insufficient arguments. Usage: trcroute

1 3000

TNS-03603: Encountered a node with a version eariler than SQL*Net 2.3

1 2899

TNS-04001: %s

1 2833

TNS-04002: The command completed successfully.

1 3081

TNS-04003: Syntax Error.

1 3026

TNS-04004: Unable to encrypt the supplied password.

1 2688

TNS-04005: Unable to resolve address for string.

1 5131

TNS-04006: Invalid password

1 3004

TNS-04007: Internal error number.

1 3022

TNS-04008: %-25s | string

1 2890

TNS-04009: %-25s | number

1 3116

TNS-04010: Command cannot be issued before the ADMINISTER command.

1 4224

TNS-04011: Oracle Connection Manager instance not yet started.

1 5930

TNS-04012: Unable to start Oracle Connection Manager instance.

1 9136


Un-Answered Questions { Database Errors }

hi. i m Anil patel when reconcile 57f4 chalan(subcontraction with out excise)i m facing error like short by material 220 kg. even i have migo all material.

2575


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

2581


IMP-00064: Definition of LOB was truncated by export

6465


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

2714


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

2753


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

2862


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

1988


why we are using shift key in unix shell script

3232


NZE-28868: Peer certificate chain check failed.

2864


NZE-28890: Entrust Login Failed

1925


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

2713


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?

2762


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

2784


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

2177


mount: mount to NFS server failed: System Error: Connection timed out

3704