tsue Posted April 23, 2013 Posted April 23, 2013 hello, ive been searching for a direct mysql connection so i can basically place the mysql commands in autoit so far what i have found is autoitscripts of mysql but i want to find the direct connection, not by another script, im not sure if it can be done with a simple line like in asp.net im very new to sql from autoit thanks in advance
Clark Posted April 24, 2013 Posted April 24, 2013 I use the EzMySql_Dll.au3 udf, which works very well for me. This allows you to connect to and update/interrogate the database without having ODBC drivers installed.
tsue Posted April 24, 2013 Author Posted April 24, 2013 I use the EzMySql_Dll.au3 udf, which works very well for me.This allows you to connect to and update/interrogate the database without having ODBC drivers installed.thank you
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now