iOS sqlite data from SQL server -


i need large data (~100mb) sql server app's sqlite once day wirelessly.

app has json/restful webservice other things, figured isn't possible 100mb loaded memory via json object cause memory crash when try write json sqlite.

i considering retrieving file url , saving locally. way data isn't loaded memory.

the part fuzzy on best way data, ie download .sqlite compressed file or download text file prepared insert statements existing sqlite. pretty sure prior best choice, not db savy enough know what's possible on sql server. possible sql server select data subsets , create sqlite file? maybe needs scripted.

one thing consider structrue of data on sql server. need subsets of data several tables, not entire tables. example: sql server houses 100 physical sites data, app @ site x today, load site x data.

am on right track or did miss obvious solution?


Comments

Popular posts from this blog

c# - SVN Error : "svnadmin: E205000: Too many arguments" -

c# - Copy ObservableCollection to another ObservableCollection -

All overlapping substrings matching a java regex -