Hi. I am trying to open/view the crystal reports version 10 with visual basic 6 and mysql as database. I do not know what is the exact or proper code.
What I have is the following:
crxReport.Database.LogOnServer "crdb_odbc.dll", "localhost", "dbname", "username", "password" but error Logon failed [Microsoft ][ODBC Driver Manager] Data source name not found and no default driver specified.
So I would like to ask what is the right DLL name to use? Or what is the properly syntax for logonserver?
What I have is the following:
crxReport.Database.LogOnServer "crdb_odbc.dll", "localhost", "dbname", "username", "password" but error Logon failed [Microsoft ][ODBC Driver Manager] Data source name not found and no default driver specified.
So I would like to ask what is the right DLL name to use? Or what is the properly syntax for logonserver?