Hi there,
I wish to create database on MySQL server using ADO if it doesn't exist.
Can someone give me some example or any kind of help?
My current working connection string for test purposes for existing 'test' database is:
Thank you for your time and support,Code:DRIVER=MariaDB ODBC 3.1 Driver; SERVER=localhost; PORT=3306; DB=test; UID=root; PWD=test; OPTION=3;
Kind regards,
Viktor




Reply With Quote
