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-00528: [set] password : set the password for subsequent calls

1 2844

NNL-00529: set|show default_domain [] : set|show the current default domain

1 2897

NNL-00530: quit|exit : exit the names control program

1 3016

NNL-00531: flush_name : removes a name from caches along a route to an authoritative server

1 3209

NNL-00532: set|show forwarding_available [] [] : enable, disable or show server request forwarding

1 2896

NNL-00533: ping [] : ping one or more Names servers

1 3246

NNL-00534: query [] : query for a desired name and RR type

1 2666

NNL-00535: reload [] : reload server cache data if there are changes

1 2878

NNL-00536: set|show requests_enabled [] [] : enable, disable or show server request processing

1 2637

NNL-00537: set|show server [] : set|show the currently managed server

1 2943

NNL-00538: stop|shutdown [] : stop one or more Names servers

1 2857

NNL-00539: start|startup [] : start the Names server with optional arguments

1 2906

NNL-00540: [show] status [] : display server status summary

1 2948

NNL-00541: set|show trace_level [] [] : set|show the server's tracing level

1 3055

NNL-00542: restart [] : restart one or more Names servers

1 2555


Un-Answered Questions { Database Errors }

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

2786


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

2004


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

8881


What is the use of NOLOCK locking hint?

1837


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

2522


How will you Handle Error in SQL SERVER 2008?

2446


what is the instrument that used in Mechanical Energy??

2736


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

2235


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

3709


When i am connect database through toad,one error occured. ORA-12514: TNS:listener does not currently know of service requested in connect descriptor. plz help me thanks advance.............

2867


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

1823


ORA-26027: unique index string.string partition string initially in unusable state

6794


ORA-16626: failed to enable specified object

2278


When do you get "getwmicomexception"?

2735