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
 
Back
Top