We have a web site using PHP and MySQL which enables registered users to update via a Visual Basic client which is downloaded and installed on Windows based PC.
My question is what is the best interface to use for the database connectivity from the VB app to the online MySQL database.
We have tried:
MyODBC
MyOLE/DB
and just downloaded MyVbQL.
Also how easy is it to deploy the above combined with your application?
Anyone out there used the above?
Thanks in advance.
BB