Results 1 to 4 of 4

Thread: [RESOLVED] Creating database on MySQL server using ADO

Threaded View

  1. #1

    Thread Starter
    Addicted Member beic's Avatar
    Join Date
    Jun 2012
    Posts
    176

    Resolved [RESOLVED] Creating database on MySQL server using ADO

    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:
    Code:
    DRIVER=MariaDB ODBC 3.1 Driver; SERVER=localhost; PORT=3306; DB=test; UID=root; PWD=test; OPTION=3;
    Thank you for your time and support,

    Kind regards,
    Viktor
    Last edited by beic; Apr 1st, 2020 at 07:07 AM. Reason: typo

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width