Re: Recordset Data Type
- From: "Ralph" <nt_consulting64@xxxxxxxxx>
- Date: Wed, 6 Dec 2006 17:42:57 -0600
"Schmidt" <sss@xxxxxxxxx> wrote in message
news:O0bjzhXGHHA.3540@xxxxxxxxxxxxxxxxxxxxxxx
"Ralph" <nt_consulting64@xxxxxxxxx> schrieb im Newsbeitrag
news:-fydnfc9bZGzSuvYnZ2dnUVZ_sSdnZ2d@xxxxxxxxxxxxxxx
And vbNullString is a 'pointer' to a 'Null', ...No, it is not a Pointer to a Null - it is a Pointer with
the *value of* Null.
Dim S as String
S = vbNullChar 'now S contains a Pointer to a Null (to a NullWCar)
S = vbNullString 'now S contains a Pointer with the value of Null
...(though VB defines it as a 'zero' string).That's correct, an uninitialized OLE-BSTR - represented by a
NullPointer.
A Null is a Nul is a Zero the world around...Yep, but my point was, that a NullPointer is different to a
"pointer to a Null".
Olaf
LOL!
You are correct.
.
- References:
- Recordset Data Type
- From: bz
- Re: Recordset Data Type
- From: Ralph
- Re: Recordset Data Type
- From: bz
- Re: Recordset Data Type
- From: Ralph
- Re: Recordset Data Type
- From: bz
- Re: Recordset Data Type
- From: Ralph
- Re: Recordset Data Type
- From: Schmidt
- Re: Recordset Data Type
- From: Ralph
- Re: Recordset Data Type
- From: Schmidt
- Recordset Data Type
- Prev by Date: Re: Recordset Data Type
- Next by Date: problem installing .net 2003
- Previous by thread: Re: Recordset Data Type
- Next by thread: Re: Recordset Data Type
- Index(es):
Relevant Pages
|