Hi, I'm currently trying to use MySQL from server side Javascript framework and I face two issues:
1/ the MySQL binding works in an asynchronous way. But this can be annoying if you want for example to make a MySQL request into a command code : as MySQL query is asynchronous, you cannot directly send a 'command response' to the command sent by the client. Is there any way to force the use of MySQL binding in an synchronous way and thus avoid the need to send a 'command response' immediatly, plus a second raw just after which contains the result of my query. 2/ When i run a query returning at least one field with an empty varchar, I get an error: " ERROR (17) : Mysql binary mode field corrupt ". Notes: - my APE server is a v1.00 - my MySQL database (v5.1.41-3) is running on the same host as the APE server - DB is using "utf8_general_ci" as charset (?) - the field leading to the error is of type varchar(150), not null but containing an empty string - when the same field contains a non-empty string, everything behaves well. Any idea ? Many thanks in advance. Nouk²
-- You received this message because you are subscribed to the Google Groups "APE Project" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/ape-project?hl=en --- APE Project (Ajax Push Engine) Official website : http://www.ape-project.org/ Git Hub : http://github.com/APE-Project/
