B bytezone macrumors member Original poster Apr 20, 2009 64 0 May 8, 2009 #1 Can anyone clarify me about these queries.. 1. How can I access SQL Server data from iphone..?? 2. Is using web service the only option...?? Thanks in advance for your help...
Can anyone clarify me about these queries.. 1. How can I access SQL Server data from iphone..?? 2. Is using web service the only option...?? Thanks in advance for your help...
B BlackWolf macrumors regular Apr 9, 2009 244 0 May 8, 2009 #2 google search for "ipone sql", first result. I know, google is pretty new, but now you know http://www.iphonesdkarticles.com/2008/07/iphone-sdk-tutorial-using-sql-lite-part.html
google search for "ipone sql", first result. I know, google is pretty new, but now you know http://www.iphonesdkarticles.com/2008/07/iphone-sdk-tutorial-using-sql-lite-part.html
B bytezone macrumors member Original poster Apr 20, 2009 64 0 May 8, 2009 #3 Thanks...!!! But I am basicaly looking to access data from sql server ..!!! BlackWolf said: google search for "ipone sql", first result. I know, google is pretty new, but now you know http://www.iphonesdkarticles.com/2008/07/iphone-sdk-tutorial-using-sql-lite-part.html Click to expand...
Thanks...!!! But I am basicaly looking to access data from sql server ..!!! BlackWolf said: google search for "ipone sql", first result. I know, google is pretty new, but now you know http://www.iphonesdkarticles.com/2008/07/iphone-sdk-tutorial-using-sql-lite-part.html Click to expand...
B BlackWolf macrumors regular Apr 9, 2009 244 0 May 8, 2009 #4 bytezone said: Thanks...!!! But I am basicaly looking to access data from sql server ..!!! Click to expand... ... that's what the code I posted does?
bytezone said: Thanks...!!! But I am basicaly looking to access data from sql server ..!!! Click to expand... ... that's what the code I posted does?
dejo Moderator emeritus Sep 2, 2004 15,982 452 The Centennial State May 8, 2009 #5 BlackWolf said: ... that's what the code I posted does? Click to expand... I believe they're asking about accessing an MS SQL Server database that is running on a remote server.
BlackWolf said: ... that's what the code I posted does? Click to expand... I believe they're asking about accessing an MS SQL Server database that is running on a remote server.
B bytezone macrumors member Original poster Apr 20, 2009 64 0 May 8, 2009 #6 Exactly.... I want to access data from MS SQL Server database that is running on a remote server dejo said: I believe they're asking about accessing an MS SQL Server database that is running on a remote server. Click to expand...
Exactly.... I want to access data from MS SQL Server database that is running on a remote server dejo said: I believe they're asking about accessing an MS SQL Server database that is running on a remote server. Click to expand...
J jnic macrumors 6502a Oct 24, 2008 567 0 Cambridge May 8, 2009 #7 bytezone said: 2. Is using web service the only option...?? Click to expand... It's not the only option but it's definitely the best supported. Take a look at the NSURLConnection guide: http://developer.apple.com/iphone/l...LoadingSystem/Tasks/UsingNSURLConnection.html
bytezone said: 2. Is using web service the only option...?? Click to expand... It's not the only option but it's definitely the best supported. Take a look at the NSURLConnection guide: http://developer.apple.com/iphone/l...LoadingSystem/Tasks/UsingNSURLConnection.html