Dear All,
I am using :
-> VB6
-> mysql
-> crystal report 8.5
-> Mysql odbc 3.51 Driver
Now my problem is:
I want to pass SQL query to the report from vb form.
I tried:
report.sqlquery string= str
report.database .verify
but it didn't workd.
Plz help!
Regards.
I am using :
-> VB6
-> mysql
-> crystal report 8.5
-> Mysql odbc 3.51 Driver
Now my problem is:
I want to pass SQL query to the report from vb form.
I tried:
report.sqlquery string= str
report.database .verify
but it didn't workd.
Plz help!
Regards.
Comment