Hi @Angsuman Ganguly ,
To access any database through ODBC, you must first install a 32-bit ODBC driver on your device.
thanks but tried with the same and getting a different error

@Angsuman Ganguly
Download and install mysql odbc drivers: 32 bit version
https://dev.mysql.com/downloads/connector/odbc/
Use connection string and replace with your corresponding values(server-address,dbname,username,password):
DRIVER={MySQL ODBC 8.0 Unicode Driver};SERVER=server-address;DATABASE=dbname;USER=username;PASSWORD=password;OPTION=3;
Tried but getting same error. Username and password can be random ? I tried Mysql password but didn't help
Hi @Angsuman Ganguly ,
Could you try following the steps detailed in this tutorial and see if that works out for you?
Kind Regards,
Ashwin A.K
Reply
Enter your username or e-mail address. We'll send you an e-mail with instructions to reset your password.