iPhone SDK mySQL

Posted by Kevin on Stack Overflow See other posts from Stack Overflow or by Kevin
Published on 2010-03-22T21:42:29Z Indexed on 2010/03/22 21:51 UTC
Read the original article Hit count: 539

Hello everybody,

I'm starting on a new iPhone project, and this application mostly relies on mySQL. I have a mysql database running on my computer, and I need this application to send queries to the server to gain information. One example is creating and logging into an account. I have successfully done this on my windows vb.net application, but I know that objective c will be harder. This is basically getting text from the sql database and displaying it on the iPhone application. If someone could simply help me on that, I'll easily get started. So I hope that you guys help me out here :).

Thanks

Kevin

© Stack Overflow or respective owner

Related posts about cocoa-touch

Related posts about iphone-sdk