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

can't receive full varbinary data without SET TEXTSIZE #66

Open fuzunspm opened 6 years ago

fuzunspm commented 6 years ago

which is a quick fix but whenever i want to save data to a file or share it, it always creates the files as TEXTSIZE size. Like if i set it to 4MB then all of the files are 4MB no matter if it's less then that

martinrybak commented 6 years ago

Interesting. Do you think the problem is in SQLClient or FreeTDS?