Hello,
I can not fond the ODBC function equal to mysql_create_db.
Can you help my
Yvo😕
hmm you might just try using normal SQL
CREATE DATABASE database_name
and
CREATE TABLE table_name ( column_name1 data_type, column_name2 data_type, )