I am working with ADODB and I found some major bugs in the code (SelectLimit, insertSQL...), is there a better way to write code for multiple DBases than using ADODB?
Thank you.
Pepe Peinado
I have been using ADODB with ACCESS and MYSQL for some time now and am very happy with it. Which version are you using ? Which database ? Can you be more specific about the problem ? Have you tried contacting the author with your problem ?
Well, not yet, I am using it with ado_access and I get weird results when performing SelectLimit statements when using ORDER BY in the $sql.
I also get problems inserting data in the .mdb files.
I had problems with SelectLimit and ODBC-Access (I decided against ado-access as it is slower) in a very early version of th library but submitted a fix which has since then become part of the library.
You really have to be more specific if you want somebody to help you!