Posted: Sat Jan 26, 2008 8:20 pm Post subject: Re: How set InternetBuffer to null
"krisrajz" wrote in message @microsoft.com...
> Ref:http://msdn2.microsoft.com/en-us/library/aa384318(VS.85).aspx
>
> As per the above link how to set InternetBuffer to null
>
> Please show me sample piece of code.
>
> Thank you,
>
> Regards,
>
> Raj.
best way to "null" a string variable ?? What is the best way to "null" a string variable in VB that removes it from memory until called again. I've read: vbNullString, which if I understand correctly just creates a zero length string the same as using "" vbEmpty, which from what I can find is a
UDT and null terminating strings How to define the UDT so that in a file with three null terminating strings I can read in the strings separately. The strings can be of what ever length ie. not fixed length strings. Using the following code all the contents of the file are contained in R
What is NULL? From MSDN: This value can be NULL if the operation is not associated with a window. What should I use for NULL: vbNull or 0& ? In addition: I know that vbNull = -1 When is a proper way of using vbNull? Thanks, Jack
Null Hi all, In my vb code I return a recordset from a sql database. This recordset contains a variety of fields with varing data types. Some are string and some are integers. As I return the recordset I use the Write command to output the data to a comma sepe
convert "" to NULL What is the best way to convert whitespace to NULL when inserting data into a SQL table? I have a file that I'm parsing parts of into a UDT. Sometimes, the fields I'm parsing out of the file are blank, so that field of the UDT is set to "". When I insert
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum