[odb-users] 转发:Can not use prepare SQL statement via MySQL Proxy by using ODB framework?

Boris Kolpackov boris at codesynthesis.com
Thu Aug 27 08:19:04 EDT 2015


Hi Ken,

研发-陈军 <2754830779 at qq.com> writes:

> We have tried doing some googling on this, then got the answers which
> means that "The MySQL Proxy does not support the prepare SQL statement". 
> So do you guys have found this issue before, or there is an other way
> to use the SQL statement directly instead of using prepare SQL statement
> via ODB framework?

ODB relies heavily on prepared statements. There is no way to use it
without this feature. So I am afraid you will either have to find a
proxy that supports prepared statements (a pretty serious limitation,
IMO), not use a proxy altogether, or use something other than ODB.

Boris



More information about the odb-users mailing list