|
-
Jun 26th, 2003, 03:30 AM
#1
Thread Starter
Lively Member
Stored Procedure Null Vlaues
Hi!
I get an error when a send a null datetime and integer values to a stored procedure.
Error:
Application uses a value of the wrong type for the current operation.
cmdNP_AQUA.Parameters.Append cmdNP_AQUA.CreateParameter("@effective_to", adDate + adEmpty, adParamInput, 8, rsNP_ESERVER("effective_to")))
cmdNP_AQUA.Execute
Is there a way to send null values to a stored procedure?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|