M macmini2012 macrumors newbie Original poster Nov 14, 2012 2 0 Nov 14, 2012 #1 Any good and easy method get data from MSSQL2008 into UITableview?
K Kashsystems macrumors 6502 Jul 23, 2012 358 1 Nov 14, 2012 #2 macmini2012 said: Any good and easy method get data from MSSQL2008 into UITableview? Click to expand... You need to use MSSQL and web services to generate a page of the data in xml format. Then you can use a NSXMLParser to pull the data over through into a tableview.
macmini2012 said: Any good and easy method get data from MSSQL2008 into UITableview? Click to expand... You need to use MSSQL and web services to generate a page of the data in xml format. Then you can use a NSXMLParser to pull the data over through into a tableview.