Please do not post the same thing multiple times. The board software automatically flags certain posts as needing moderator attention. This happens the most often for new users. I'm pretty sure this is made clear at the time you attempt to post. Posting the same thing over and over again just makes that many more posts the moderators have to weed through later. This makes us sad. Don't make us sad. If your post/thread doesn't appear, just wait a while. Don't post it again. If it hasn't shown up by the next day, then you can try again. I normally go through posts in the mornings, and try to check a few times throughout the day, but I'm not here 24/7. There will typically be a significant delay before posts are approved. Just be patient.
KalimbaPosts: 2,181Super Moderators, iPhone Dev SDK Supporter
Murali;87523 said:
I need a function to take a picture from the iPhones own camera and store this image in the remote SQL server database. Please advice
This is something that is hardly trivial. It's actually more of an "involved process" than a "function". I would advise you to do some investigation into what tools the SDK the provides you, and then determine how to use those tools to build this system.
The iPhone's implementation of SQL Databases use SQLite, which is a local file. It does not have, like .net, a variety of database access classes for different databases.
I would think the easiest solution to your problem would to have a web service in the cloud to take an image and any other data for the database then have the service handle storage and serving of the image data. NSURLConnection is a good start for uploading and downloading through HTTP.
Replies
- Spam
- Abuse
- Troll
0 • Off Topic Insightful Disagree Dislike Like AwesomeThanks, yes I am searching and very new to this environment, can you guide me with some outlime to achieve this.
- Spam
- Abuse
- Troll
0 • Off Topic Insightful Disagree Dislike Like Awesome- Spam
- Abuse
- Troll
0 • Off Topic Insightful Disagree Dislike Like Awesome- Spam
- Abuse
- Troll
0 • Off Topic Insightful Disagree Dislike Like AwesomeI would think the easiest solution to your problem would to have a web service in the cloud to take an image and any other data for the database then have the service handle storage and serving of the image data. NSURLConnection is a good start for uploading and downloading through HTTP.
Hope this points you in the right direction,
Nick
- Spam
- Abuse
- Troll
0 • Off Topic Insightful Disagree Dislike Like Awesome- Spam
- Abuse
- Troll
0 • Off Topic Insightful Disagree Dislike Like Awesome