Re: AbsolutePosition



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"


.



Relevant Pages

  • Re: VBScript help needed: how do I split a string?
    ... Split breaks a string based on a specified character, ... Viatcheslav gave you a good example of splitting while ignoring word-breaks. ... You mentioned that you did not have the documentation. ... This email account is my spam trap so I ...
    (microsoft.public.scripting.vbscript)
  • Re: Call to MS Access parametrized query from ADO .NET
    ... with Visual Studio contains several examples of using an OleDbCommand object ... If you don't have Visual Studio, ... the same documentation can be found at msdn.microsoft.com/library. ... This email account is my spam trap so I ...
    (microsoft.public.inetserver.asp.db)
  • Re: String Search with SQL
    ... > I was trying to write an SQL statment that will do a string search in ... > an Access 2000 database. ... According to the documentation, all searches are case-insensitive. ... This email account is my spam trap so I ...
    (microsoft.public.inetserver.asp.db)
  • Re: Classes in VBS?
    ... Here is the documentation: ... Bob Barrows ... Microsoft MVP - ASP/ASP.NET ... This email account is my spam trap so I ...
    (microsoft.public.scripting.vbscript)