TESTED CONNECTION-WORKS FINE BUT RUNNING OF APPLICATION GIVE THE FOLLOWING ERROR: DATA FROM DB NOT DISPLAYED IN MY APPLICATION PLS HELP THNX.
Server Error in '/ORACLE_PDAFRS' Application.
--------------------------------------------------------------------------------
Error while trying to retrieve text for error ORA-12154
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.Data.OleDb.OleDbException: Error while trying to retrieve text for error ORA-12154
Source Error:
Line 122:
Line 123: Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
Line 124: OleDbDataAdapter1.Fill(DataSet21)
Line 125: DataGrid1.DataBind()
Line 126: End Sub
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:1.0.3705.0; ASP.NET Version:1.0.3705.0
Bookmarks