iPhone SDK Development
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me

The Shed is going Social! Join us on FaceBook and Twitter and chime in on the conversation.

Go Back   Dev Shed ForumsMobile ProgrammingiPhone SDK Development

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old March 4th, 2010, 03:02 PM
mandyshri mandyshri is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Mar 2010
Posts: 2 mandyshri User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 18 m 28 sec
Reputation Power: 0
Wink SQL Server Iphone interaction

ey guys:
Do you guys know any iphone app which interact with SQL Server through XML. which can give me the idea how to interact with SQL Server through XML?

Reply With Quote
  #2  
Old March 15th, 2010, 04:28 PM
Master__Chief Master__Chief is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Sep 2005
Posts: 339 Master__Chief User rank is Sergeant Major (2000 - 5000 Reputation Level)Master__Chief User rank is Sergeant Major (2000 - 5000 Reputation Level)Master__Chief User rank is Sergeant Major (2000 - 5000 Reputation Level)Master__Chief User rank is Sergeant Major (2000 - 5000 Reputation Level)Master__Chief User rank is Sergeant Major (2000 - 5000 Reputation Level)Master__Chief User rank is Sergeant Major (2000 - 5000 Reputation Level) 
Time spent in forums: 4 Days 6 h 11 m 41 sec
Reputation Power: 46
looks like you will need to write a web service that exposes the data and then interface with this from the iPhone across the network.

http://www.iphonedevsdk.com/forum/i...ap-service.html
__________________
ColdFusion Ninja 4 Hire!

Reply With Quote
  #3  
Old September 20th, 2011, 10:37 AM
augsoft augsoft is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Sep 2011
Posts: 2 augsoft User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 26 m 10 sec
Reputation Power: 0
Thumbs up RE: SQL Server iPhone Interaction

Hi mandyshri and Master__Chief, do a web search for "iPhone ODBC SDK" --using the industry standard Open Database Connectivity (ODBC) saves weeks of coding and on 29 August 2011, Microsoft announced it's going to replace OLEDB in SQLServer with pure ODBC.







Disclaimer: we may benefit from this tip

Reply With Quote
  #4  
Old October 13th, 2011, 07:20 AM
wyandavidson wyandavidson is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Oct 2011
Posts: 15 wyandavidson Negative: is most likely a SPAMMER and a traitor to the cause. 
Time spent in forums: 3 h 41 m 17 sec
Reputation Power: 0
SQL Server Iphone interaction

Hey guys:
Do you guys know any iphone app which interact with SQL Server through XML. which can give me the idea how to interact with SQL Server through XML?

Reply With Quote
  #5  
Old October 13th, 2011, 07:56 AM
augsoft augsoft is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Sep 2011
Posts: 2 augsoft User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 26 m 10 sec
Reputation Power: 0
XML inside the database has too much (server-side) overhead to support transaction processing, it's mainly appropriate for batch/offline processing and infrequent bulk transfers (import/export) between different databases/products/systems. When XML is running in the SQLServer, the SQLServer will begin to get slower and slower as more and more concurrent users are added, so that all connected users (not just the most recent connections) receive miserable performance.

The alternative is to always interact with SQLServer using its high-speed binary ODBC interface (or one of its proprietary APIs). You can do that remotely from the iPhone using an SDK, or you can custom code a web-service that translates your own GET/PUT requests into ODBC/proprietary database calls (so that when you hit the tipping point, the most recent transactions will have to wait to get on the database, but the already connected users will not suddenly slow to a crawl trying to get their result set).

Quote:
Originally Posted by wyandavidson
Hey guys:
Do you guys know any iphone app which interact with SQL Server through XML. which can give me the idea how to interact with SQL Server through XML?

Reply With Quote
  #6  
Old November 9th, 2011, 05:06 AM
wyandavidson wyandavidson is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Oct 2011
Posts: 15 wyandavidson Negative: is most likely a SPAMMER and a traitor to the cause. 
Time spent in forums: 3 h 41 m 17 sec
Reputation Power: 0
SQL server iphone intraction

Hi all

Users of hosted Drake Tax Software always have the most up to date information about their data and files. By taking services from the Drake Tax Software host, users remain updated even if their work is spread across multiple locations.

All your comment for iphone development are welcome.

Thanks in advance.

Reply With Quote
Reply

Viewing: Dev Shed ForumsMobile ProgrammingiPhone SDK Development > SQL Server Iphone interaction

Developer Shed Advertisers and Affiliates



Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump

Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 


Powered by: vBulletin Version 3.0.5
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.

© 2003-2013 by Developer Shed. All rights reserved. DS Cluster - Follow our Sitemap