I’m working on a iOS application that access data from SQL Server through an XML service running on the server. Within this database, there’s a textile BLOB field that I need to get and save in a temporary folder. I have searched high and low for a solution on the internet without any luck. I’m new to Objective-C programing and don’t have all the tools as of yet. Any help on this would be greatly appreciated.
Thanks,
Hamid
Ok…I found the answer to this.
myData is NSData filled with Blob
filePath is sandbox save location.