Re: [Mysql-cocoa-users] quoteObject fails
Brought to you by:
sergecohen
From: Aaron J. <aj...@ed...> - 2004-11-15 22:36:09
|
- quoteObject: is an instance method, not a class method. So you'd send it to an init'd instance of MCPConnection, not to MCPConnection itself. Aaron On Nov 15, 2004, at 4:29 PM, Jim Hall wrote: > XCode keeps saying that MCPConnection doesnt respond to quoteObject. > > Has anyone actually seen this method work? If so, what is the proper > syntax? > > A brief snippet will do, I just need to see how to call it. > > i.e. [MCPConnection quoteObject:stringOfText]; // Which doesn't work. > > Thanks, > JH > > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: InterSystems CACHE > FREE OODBMS DOWNLOAD - A multidimensional database that combines > robust object and relational technologies, making it a perfect match > for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8 > _______________________________________________ > Mysql-cocoa-users mailing list > Mys...@li... > https://lists.sourceforge.net/lists/listinfo/mysql-cocoa-users > |