Click here to Skip to main content
15,892,805 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi, I am trying to connect with ORACLE database using asp.net 3.5 for displaying Crystal Report. I used the code
cr.SetDatabaseLogon("userid", "password", "localhost", "dbName")

error message:
Logon failed. Details: ADO Error Code: 0x Source: OraOLEDB Description: ORA-01005: null password given; logon denied Native Error: Error in File C:\Users\ASUS\AppData\Local\Temp\ListOfProduct {43AB9328-CC1F-47C9-A76D-3998F68E0128}.rpt: Unable to connect: incorrect log on parameters.

Can someone please mention, how to solve the problem
Thanks
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900