Altalus Posted February 22, 2007 Posted February 22, 2007 (edited) Hello all Fact: At my workplace we have a MySQL server we use with the webserver (PHP). We actually use LOT of AutoIt3 scripts to do our repetitive work. We need to be able to access the DB from the scripts.Problem: The scripts will be run on several PCs. We cannot ask the user to install anything of those PCs, so we CANNOT use the Driver as window registry is in read only mode.The Idea: I was idly looking at my PHP page when an Idea struct. If php has the MySQL build-in, maybe it's using some form of DLL library to actually access the DB. I found "libmysql.dll" but no "php_mysql.dll".Help !Any idea ? :/ I've been trying to find a possible solution and it feels like it's right in front of my eyes and I'm too dumb to actually undestand it. Edited February 22, 2007 by Altalus
tAKTelapis Posted February 22, 2007 Posted February 22, 2007 Might point you in the right directionhttp://www.autoitscript.com/forum/index.ph...220&hl=ODBCtry some searches on the forums, a lot of people have experimented with Database accessing, IMHO it is one of the final hurdles for the application, a built in set of UDFs for MySQL would be awesome.
weaponx Posted July 2, 2007 Posted July 2, 2007 (edited) And get the MySQL ODBC Driver:http://dev.mysql.com/downloads/connector/odbc/3.51.html Edited July 2, 2007 by weaponx
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