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

LFI-01503: Max filename size exceeded generating filename.

1 3201

LFI-01504: fseek() failed(OSD return value = string) in string.

1 2816

LFI-01505: fclose() failed(OSD return value = string) in string.

1 2817

LFI-01506: fflush() failed(OSD return value = string).

1 4870

LFI-01507: fwrite() failed(OSD return value = string) in string.

1 3082

LFI-01508: access() failed.

1 3139

LFI-01509: fopen() failed(OSD return value = string).

1 3624

LFI-01510: fread() failed(OSD return value = string) in string.

1 2801

LFI-01511: unlink() failed(OSD errno = string) in string.

1 3013

LFI-01512: stat() failed

1 2810

LFI-01514: ftell() failed in string

1 2778

LFI-01515: truncate() failed.

1 2956

LFI-01516: read() failed (OSD return value = string) in string.

1 2716

LFI-01517: open() failed(OSD return value = string).

1 5841

LFI-01518: write() failed(OSD return value = string) in string.

1 3240


Un-Answered Questions { Database Errors }

When do you get "getwmicomexception"?

2682


IMP-00070: Lob definitions in dump file are inconsistent with database.

1746


What is the use of NOLOCK locking hint?

1787


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 ??

1679


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.

2537


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


ORA-16626: failed to enable specified object

2218


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

3862


IMP-00060: Warning: Skipping table "string"."string" because object type "string"."string" does not exist or has different identifier

3166


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

2522


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

1941


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

2804


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

2703


write a database figure to implement the master detained relationship.

2936


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

8820