Re: AbsolutePosition
- From: "Bob Barrows [MVP]" <reb01501@xxxxxxxxxxxxxxx>
- Date: Thu, 8 Nov 2007 19:09:13 -0500
I'm sorry, but I don't understand your question at all. Perhaps it will help
you to look at the documentation
http://msdn2.microsoft.com/en-us/library/ms675532.aspx
Justin Doh wrote:
Thank you for your feedback.
What I am trying to do is understand what
" .AbsolutePosition = 0 " mean
" .AbsolutePosition = 1 " mean
and also express the existance of " .AbsolutePosition = 1 "
as if " .AbsolutePosition = 1 " is null.
I tried using the "adPosEOF" to indicate if it is pointing the last
record,
but, I am not getting it right.
I would appreciate if let me know.
Justin
"Ralph" wrote:
"Justin Doh" <JustinDoh@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:E42BB4E5-07A3-4E65-83F5-8CFB00057CA8@xxxxxxxxxxxxxxxx
What does " .AbsolutePosition = 0 " mean?
What does " .AbsolutePosition = 1 " mean?
How do I express such as ' If .AbsolutePosition = 1 does not exist'
?
How about :
If IsNull(.AbsolutePosition = 1 ) Then ...?
Use the enum values to determine "existance".
http://www.devguru.com/technologies/ado/QuickRef/recordset_absoluteposition.html
Or do you want to determine if the Provider supports the property?
http://www.netzone.ch/caspdoc/Ch11_ADO101.html
hth
-ralph
--
Microsoft MVP - ASP/ASP.NET
Please reply to the newsgroup. This email account is my spam trap so I
don't check it very often. If you must reply off-line, then remove the
"NO SPAM"
.
- Follow-Ups:
- Re: AbsolutePosition
- From: Justin Doh
- Re: AbsolutePosition
- References:
- Re: AbsolutePosition
- From: Ralph
- Re: AbsolutePosition
- Prev by Date: Re: Unable to pass DBDATE to stored-proc using ADO/C++
- Next by Date: Re: AbsolutePosition
- Previous by thread: Re: AbsolutePosition
- Next by thread: Re: AbsolutePosition
- Index(es):
Relevant Pages
|
|