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

NNL-00010: error getting address for server "string"

1 3190

NNL-00011: no server with name "string" exists

1 3243

NNL-00012: invalid "string" value "string"

1 2916

NNL-00013: not performed, permission denied for supplied password

1 2876

NNL-00014: unknown data type "string"

1 2909

NNL-00015: type "string" has "string" syntax, which has no textual representation

1 2907

NNL-00016: cannot start server, error getting program directory's name

1 2784

NNL-00017: cannot start server, program "string" does not exist

1 2996

NNL-00018: warning: could not contact default name server

1 3841

NNL-00019: warning: server either changed or ignored your request

1 2880

NNL-00020: warning: no TNSNAMES.ORA file and no preferred name servers in SQLNET.ORA

1 3370

NNL-00022: error changing trace level from string to string, level change ignored

1 2750

NNL-00023: SET command is missing an argument

1 3033

NNL-00024: warning: no preferred name servers in SQLNET.ORA

1 3566

NNL-00035: File string or nested IFILEs not found.

1 2686


Un-Answered Questions { Database Errors }

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

3716


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

2590


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

2789


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

2008


I entered the data in SQL toad version 9.0.1 in English and Arabic language but when i do the query i get the data in Arabic language with (??? question mark) ,please your support.

1710


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

2868


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


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.

2948


ORA-26082: load of overlapping segments on table string.string is not allowed

1823


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

1671


How to view the error log for any specific instance?

2546


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-26032: index string.string loading aborted after string keys

2183


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

2237


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

3916