I have problems using Mysql with MySQL Connector, I can successfully connect to a database on the net via ODBC, and in my grid I can display many records, however in the grid (Developper express) I seem to be unable to scroll. i think it is related to cursor locations etc etc, but I am not sure.
also recordcount and recno seems also not functioning, altho I can scroll back and forth
what will be the correct ADOConnection and ADOQuery properties to successfully use mysql ?
It seems better to use data acess components that are specialized for MySQL.
MyDAC from DevART shoud be good enough. I do not use their MyDAC, but their SDAC (MS SQL access) successfully work in most of my projects.
Or there should be other third-party components, may be free also.