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 3107

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

1 3131

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

1 2846

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

1 2794

NNL-00014: unknown data type "string"

1 2842

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

1 2839

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

1 2710

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

1 2921

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

1 3759

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

1 2796

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

1 3262

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

1 2670

NNL-00023: SET command is missing an argument

1 2946

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

1 3462

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

1 2598


Un-Answered Questions { Database Errors }

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

3666


invalid quantity specification negative quantity are not allowed for this item please check this item definition quantity

3383


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

8818


What is Mutex error in Triggers?

3064


write a database figure to implement the master detained relationship.

2934


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

2520


what is new g/l functionality

2611


When do you get "getwmicomexception"?

2680


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

2646


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

2696


[ERROR] [main 11:01:20] (JCLLoggerAdapter.java:error:454) Unsuccessful: alter table user.CEN_USER_MASTER add constraint FKF4EDEDC3D0BAAE75 foreign key (ROLE_ID) references user.CEN_ROLE_MASTER [ERROR] [main 11:01:20] (JCLLoggerAdapter.java:error:454) ORA-02275: such a referential constraint already exists in the table

2722


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

1958


Hi, I am trying to encode data from flatfile and then to decode the encoded data to original form. Procedures that I followed:- 1. Encoded the field 'A_ID' using AES_ENCRYPT(A_ID,'abd') in the expression transformation. The A_ID got encoded in the output table(oracle) 2. To decode this back I used AES_DECRYPT(A_ID,'abd'). But after executing the workflow, I am not getting any data in output. can anybody tell me how to decrypt the encoded data back to original form ??

1677


ORA-26094: stream format error: input column overflow

2798


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

2155