The EntitySpaces Community

Share and learn about the EntitySpaces Architecture.
Welcome to The EntitySpaces Community Sign in | Join | Help
in
Home Forums Photos

Browse by Tags

All Tags » null value esParameters
Sorry, but there are no more tags available to filter with.
  • Setting a Database Field to Null that Previously Had a Value

    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 ...
    Posted to General Area (Forum) by lebaronarama on August 1, 2007
  • passing null value in esParameters

    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 ...
    Posted to General Area (Forum) by RichyD on May 30, 2007