tuol

Results 3 comments of tuol

Thanks for the quick comment! **Step 1: Add stored procedure** ```sql CREATE PROCEDURE My_PocoTest @GeoLocation geography AS IF @GeoLocation IS NOT NULL THROW 50001, '@GeoLocation is expected to be NULL',...

Thanks for responding so quickly! In your suggestion, you mention a connection string that uses a SQL UserId + Password to connect. However, this is exactly what I want to...

@morelockc, thanks, unfortunately no success. I still get the same error in the generated model, using v3.9.0 ``` // ------------------------------------------------------------------------------------------------ // WARNING: Failed to load provider "System.Data.SqlClient" - One or...