setting null values to parameters

  • Thread starter Thread starter William \(Bill\) Vaughn
  • Start date Start date
W

William \(Bill\) Vaughn

Either don't include the Parameter in the Parameters collection or set it to
DBNull.Value.
hth

--
____________________________________
Bill Vaughn
MVP, hRD
www.betav.com
Please reply only to the newsgroup so that others can benefit.
This posting is provided "AS IS" with no warranties, and confers no rights.
__________________________________
 
Hello,

I use web-service, and also access for my database, and VB as my script of
web-service, and oleDBConnection to connect to database.

I have created a oleDbParameter.
I want to set it null value -
How can I do that ?

Thanks :)
 
Thanks :)

William (Bill) Vaughn said:
Either don't include the Parameter in the Parameters collection or set it to
DBNull.Value.
hth

--
____________________________________
Bill Vaughn
MVP, hRD
www.betav.com
Please reply only to the newsgroup so that others can benefit.
This posting is provided "AS IS" with no warranties, and confers no rights.
__________________________________
 
Back
Top