Problem with DateOnly format when passing a value to a SQL Server stored procedure
I am trying to get this working, but it fails with the following error when I try to fill my dataset (it’s an Azure SQL database, and the client is on .NET 7.0):
Problem with DateOnly format when passing a value to an SQL Stored Procedure
I am trying to get this working, but its fails with the following error when I try to fill my dataset.