Click here to Skip to main content
15,895,709 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I am trying to create crystal report but i got following error:
Not Implemented

Details:Error Code:0x

Source: ADODB.Connection

Description:Object or Provider is not capable of performing requested operation.

Plz help me?
Posted
Updated 10-Jan-18 0:00am

1 solution

Have a look at similar discussion here: Getting Error code:0x,Source:ADODB.connection [^]

Solution that worked: remove the special character in DB Name, so make sure you don't have any unusual database name with special characters (like . or @)
 
Share this answer
 

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