SQLClient icon indicating copy to clipboard operation
SQLClient copied to clipboard

Native Microsoft SQL Server client for iOS

Results 14 SQLClient issues
Sort by recently updated
recently updated
newest added

Can you help for make SQL Server Connection from mac OS app?

Would it be possible for you to add MacCatalyst support?

Hi: Thanks for the code! Hey is it possible to connect to an AZURE SQL DB using this library? I tried and got an error: Adaptive Server connection failed (azuredbsrvr1.database.windows.net)....

I can't get converted. It keeps replacing my objective-bridging-header.h file with removing lines of ``` #import "SQLClient.h" #include ``` so it won't build. My other project is fine though

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...

I'm trying to use SQLClient for Apple TV development. Everything works in the simulator but when deploying to the device the linker cannot link the freetds library to the Apple...

Instructions say to link libiconv.dylib but there is no libiconv.dylib on macOS 10.13.6 - should this be libiconv.tbd or if libiconv.dylib found somewhere else?

jpegdecompresssurface : picture decode failed : e00002d1 I can get exact same data as image data from sql server. So i try to load image from NSData, below the code,...

How can I compile FreeTDX to support OSX?