Hello friends do you know how to pass null value to a variable in VB for insert a null into a table or to pass like input parameter to sp???
example
Dim a as integer
Dim strquery as string
a = null ' this is my problem null of VB is different to a null of sql server
strquery = " insert into CT_Mytable value(" & a & " "
thank you your help