martinrybak / SQLClient

Native Microsoft SQL Server client for iOS
http://objcsharp.wordpress.com/2013/10/15/an-open-source-sql-server-library-for-ios/
MIT License
124 stars 51 forks source link

DB Column disappeared in Objective-C with Xcode8.1 #35

Closed fiveone7 closed 7 years ago

fiveone7 commented 7 years ago

Hi, Using this SQLClient with iOS on macSierra and Xcode8.1, I've got a problem. I'm retrieving image data from MSSQL DB, but I can not get the image field. In other words, the Image field is not in the result of SQLClient query execute. I can not use the key for image. Please help. Best Regards

martinrybak commented 7 years ago

Please try the types branch. This is the pre-1.0 release and has proper data type conversion.

fiveone7 commented 7 years ago

Thanks for your reply. I will try.