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
125 stars 51 forks source link

how can I get results on message notification? #69

Closed oes01 closed 5 years ago

oes01 commented 5 years ago

I want to get results on message notification?

}

martinrybak commented 5 years ago

Notifications are only for errors and messages. To get the query results you have to pass a completion handler to the execute method. See the readme.