I am using NetBeans 5.0.I tried to connect MySQL with Crystal Reports XI.When writing the coding in Java Application.I get the following error.
com.crystaldeci sions.sdk.occa. report.lib.Repo rtSDKException: Unexpected error determining relative path---- Error code:-2147217395 Error code name:serverProg rammingError
Could anyone help me to solve this problem.
My Codings
Code:
import com.crystaldecisions.reports.sdk.*;
import
...