How pass null to stored proc

  • Thread starter Thread starter Cirene
  • Start date Start date
C

Cirene

How do I pass a null to a stored proc? This doesn't seem to work....

MyCommand.Parameters.AddWithValue("@RecurranceStorage", System.DBNull)
 
System.DBNull.Value

Hope this helps,
Mark Fitzpatrick
Microsoft MVP - Expression
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top