It is possible to add versions without recompiling zeos: (from zeos forum)
I think so. Zeos uses the same mechanism to workaround mysql versioning.
You need to define a small driver class for a new version (16 is Mysql 5.1, 15 is mysql 5.0).
See the source of ZPlainMySqlDriver how to it. These drivers must be somehow get connected to the connection, probably via similar classes as in zdbc/zdbcmysql.pas
I think so. Zeos uses the same mechanism to workaround mysql versioning. You need to define a small driver class for a new version (16 is Mysql 5.1, 15 is mysql 5.0). See the source of ZPlainMySqlDriver how to it. These drivers must be somehow get connected to the connection, probably via similar classes as in zdbc/zdbcmysql.pasI think so. Zeos uses the same mechanism to workaround mysql versioning. You need to define a small driver class for a new version (16 is Mysql 5.1, 15 is mysql 5.0). See the source of ZPlainMySqlDriver how to it. These drivers must be somehow get connected to the connection, probably via similar classes as in zdbc/zdbcmysql.pas
Switch to full edit form
I'm a zeos but postgres user, so I don't know these details that well.