Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
vb.net NULL
Name: indika_cha Date: February 4, 2008 at 20:38:07 Pacific OS: windows xp CPU/Ram: 3.2 DualCore / 2GB
Comment:
in vb.net, i need to filter the records for value of claim_no="NULL". i use the following: [OleDbDAChkIntimation.SelectCommand.Parameters("b_claim_no").Value = null ] but not working. suggest to use "dbnull"
Summary: By empty, I assume you are refering to a VB5/6 Variant type, which could "hold" an array. If an array (or anything else) was not assigned to a Variant, one could use the IsEmpty() function on the Vari...
Summary: YOu can't use a windows time in a service application. You need to use a System.Timers.Timer. I don't program in vb .net, only c#, but here is how to use it in c#, maybe you can convert it. private Sy...
Summary: C# is being taught in classes already!? I will never get used to the relentless pace of technology. The new .Net languages equivalent for "Declare Function" is DllImport, although the former has been ...