All Tags »
null value esParameters
Sorry, but there are no more tags available to filter with.
-
I am trying to set a database field (ServiceEndDateTime) to null which currently contains a value (date). To start, when a user completes a ''service'', the field is populated with a date/time. Later, the user decides that the service should not have been completed, I need to set that same field to null. When I set the ...
-
I've come up with a problem trying to use entityspaces to connect to an existing stored procedure that accepts null values in its fields (using EntitySpaces 2007 version 521)
Stored Procedure Code:CREATE procedure [dbo].[sp_SaveData]
@plDataID int OUTPUT,
@plVariableID int,
@plSamplePointID int,
@plSourceID int,
@pdValue ...