SPToCore icon indicating copy to clipboard operation
SPToCore copied to clipboard

SQL money datatype is not recognized

Open n8900498 opened this issue 3 years ago • 0 comments

public void Collection_Save(string PMN,string CollectionNotes,WTF?! ReserveBalance,string UpdatedUser)

The actual SQL sproc: CREATE proc [dbo].[Collection_Save] @PMN nvarchar(15), @CollectionNotes varchar(max), @ReserveBalance money, @UpdatedUser varchar(50)

n8900498 avatar Oct 19 '22 22:10 n8900498