Re: [Mysql-cocoa-users] MCPConnection upgrade
Brought to you by:
sergecohen
From: Camille GOUREAU-S. <ca...@lu...> - 2004-08-16 13:57:38
|
Hi all, it seems that i've got a problem with the framework. With a trivial error in my code hre's what the frameworks tells via the console : 2004-08-16 15:54:58.041 LLCaisse[623] Problem in queryString error code is : -1, query is : select ERRORid from lulu.stock where codebarre = "8712269354009" ; -in ObjC : select ERRORid from lulu.stock where codebarre = "8712269354009" ;- and with my code : 2004-08-16 15:54:58.042 LLCaisse[623] erreur MySQL !! 2004-08-16 15:54:58.042 LLCaisse[623] query : select ERRORid from lulu.stock where codebarre = "8712269354009" ; 2004-08-16 15:54:58.042 LLCaisse[623] error : Unknown column 'ERRORid' in 'field list' Here, the error is rather trivial, but in somewhat complex query, it helps me to have the error message from mySQL (third line of my report). So I've perhaps forgot something, but I find a (my) complete report usefull. BTW, if I'm the only one to ask for this, just forget it. I'm sure you have more important things to do. in any way, thanks for your work, I couldn't work without roue framework. Camille |