Re: Recordset Data Type
- From: "Bob Butler" <tiredofit@xxxxxxxxxxx>
- Date: Tue, 5 Dec 2006 14:02:24 -0800
"bz" <nospam@xxxxxxxxx> wrote in message
news:ug4M1gLGHHA.1468@xxxxxxxxxxxxxxxxxxxx
Yours is the same as Bob's. I think I get the idea.
val = rs!Rate & "" will return a string.
but what does this particular one do?
val = rs!Name & vbNullString
Essentially the same thing. vbNullString exists to call API functions and
pass a null pointer but VB treats it elsewhere pretty much the same as ""
--
Reply to the group so all can participate
VB.Net: "Fool me once..."
.
- 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
- Recordset Data Type
- Prev by Date: Re: Recordset Data Type
- 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