I appear to be having a problem passing zero values into my command object to run a stored procedure in MS Access. If the field in Access is to contain text, I check beforehand and assign null if there is no user input in that field on the ASP, the stored procedure runs fine.
However, this logic does not seem to work with numeric fields and date fields on the database.
Would anyone have any ideas.
However, this logic does not seem to work with numeric fields and date fields on the database.
Would anyone have any ideas.