/Andreas
Where can I find the download link to ezSQL?By foof (Contact - View My Woyano)
Published Thu 11 Oct 2007,
346 Views,
6 Comments
|
/Andreas
Where can I find the download link to ezSQL?By foof (Contact - View My Woyano)
Published Thu 11 Oct 2007,
346 Views,
6 Comments
|

6 Comments
By the way, can I use it on an MS Access database?
I regularly create MySQL databases with a web front end and an Access Admin area. The thing you'll need is the MYSQL ODBC connector found here: http://dev.mysql.com/down.../connector/odbc/3.51.html
Have fun
It's even easier than that now.
Just use the PDO version of ezSQL it can connect to access out of the box.
JV :)
It sure looks interesting.
I've looked at the PDO version of ezSQL and *think* I've worked out how to use it with Access. I presume that you supply the Access DNS to the class in order to allow the instance(s) to connect to the Access database. This assumes that the application is constructed in Access and then linked to for dynamic web content. Although this should be irrelevant, I tend to work the other way round, constructing the MySQL database and web pages and connecting Access to that.
To be honest, I wouldn't (yet) know how to 'tell' ezSQL where my Access database is and, working this way, the PC upon which the db resides must be on all the time for web access. Correct me if I'm wrong, but with the MySQL tables on a web server, I will still need the MyODBC connector to access (ahem) them via Access.
Hey you know AdGuy always gets the last word! ;)