S
Sam
Hi,
I have problem inserting null value through SQLCommand in VB.NET to SQL
Server.
dim cm as new sqlcommand
cm.commandtext = "insert into table1 (field1, field2, ....) values(var1,
var2,....)"
How to assign var2 <== NULL Value, so in SQL Server will appear as null
value ?
thanks,
I have problem inserting null value through SQLCommand in VB.NET to SQL
Server.
dim cm as new sqlcommand
cm.commandtext = "insert into table1 (field1, field2, ....) values(var1,
var2,....)"
How to assign var2 <== NULL Value, so in SQL Server will appear as null
value ?
thanks,