Hi,
I would like to know what is the best connection methos to connect to mysql or mssql? RDO or ADO?
Will the performance be different with the two method used?
Thanks for reading.
Printable View
Hi,
I would like to know what is the best connection methos to connect to mysql or mssql? RDO or ADO?
Will the performance be different with the two method used?
Thanks for reading.
ADO. Basically, ADO version 1 was an enhanced version of the last version of RDO.
RDO is dead, gone and should never be used for new applications.
Thank you for your reply.