Wrox Programmer Forums
|
BOOK: Professional iPhone and iPad Database Application Programming
This is the forum to discuss the Wrox book Professional iPhone and iPad Database Application Programming by Patrick Alessi; ISBN: 978-0-470-63617-6
Welcome to the p2p.wrox.com Forums.

You are currently viewing the BOOK: Professional iPhone and iPad Database Application Programming section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old August 24th, 2011, 01:41 AM
Registered User
 
Join Date: Nov 2006
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default DbAccess question with a webservice

Hi,
I m trying to reorganize my code.. I've learned a lot with this book. Thanks to the author.
My app uses a lot of webservice methods for retrieving data.
I would like to know, how to use the same concept of DBAccess with a webservice.
I mean, instead of using the sqlite database, how to create the same class (DBAccess) with this method ( - (NSMutableArray *) getAllProducts; ) for retrieving the products list from a webservice?
I know how to query the webservice itself, but I can't figure out how to apply it in this case (due to the delegate used by the NSURLConnection).

And by the way, I have another question.
Why within the chapter 11, the Result class has a dealloc section and the same section (the dealloc) doesn't exist within the Product class (chapter 2).


Any help?
Regards





Similar Threads
Thread Thread Starter Forum Replies Last Post
to know Webservice vingo_mail ASP.NET 2.0 Basics 1 March 3rd, 2008 01:16 PM
Help me about WebService hueduongit .NET Web Services 2 June 3rd, 2004 09:51 PM
WebService question savoym C# 6 April 27th, 2004 08:11 AM
webservice hanuyedluri .NET Web Services 1 March 21st, 2004 05:16 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.