Re: Recordset Data Type
- From: "Schmidt" <sss@xxxxxxxxx>
- Date: Wed, 6 Dec 2006 21:56:42 +0100
"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
.
- Follow-Ups:
- Re: Recordset Data Type
- From: Ralph
- Re: Recordset Data Type
- 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
- Recordset Data Type
- Prev by Date: Re: Stranche form corruption
- Next by Date: Re: Recordset Data Type
- Previous by thread: Re: Recordset Data Type
- Next by thread: Re: Recordset Data Type
- Index(es):
Relevant Pages
|
Loading