Ask a Question related to ASP, Design and Development.
-
Robert Mark Bram #1
ASP API?
Hi All!
Where can I find an API for ASP?
Something that can tell me what the properties of a RecordSet are and the
methods I can call on it.
I tried looking here:
[url]http://msdn.microsoft.com/library/default.asp?url=/library/en-us/iisref/htm/ref_vbom_.asp[/url]
but I am a bit confused as to how I navigate to what I want.
Any help would be most appreciated!
Rob
:)
Robert Mark Bram Guest
-
Tom Kaminski [MVP] #2
Re: ASP API?
"Robert Mark Bram" <relaxedrob@removethis.optushome.com.au> wrote in message
news:3f8d4de3$0$24674$afc38c87@news.optusnet.com.a u...[url]http://msdn.microsoft.com/library/default.asp?url=/library/en-us/iisref/htm/ref_vbom_.asp[/url]> Hi All!
>
> Where can I find an API for ASP?
>
> Something that can tell me what the properties of a RecordSet are and the
> methods I can call on it.
>
> I tried looking here:
>For RecordSet, it's not ASP but rather the ADO API you want, which is under> but I am a bit confused as to how I navigate to what I want.
>
> Any help would be most appreciated!
the Data Access section.
[url]http://msdn.microsoft.com/library/en-us/ado270/htm/mdaobj01_19.asp[/url]
--
Tom Kaminski IIS MVP
[url]http://www.iistoolshed.com/[/url] - tools, scripts, and utilities for running IIS
[url]http://mvp.support.microsoft.com/[/url]
[url]http://www.microsoft.com/windowsserver2003/community/centers/iis/[/url]
Tom Kaminski [MVP] Guest
-
Bob Barrows #3
Re: ASP API?
Robert Mark Bram wrote:
> Hi All!
>
> Where can I find an API for ASP?
>Oh! You're looking for the ADO API Reference. Here it is:> Something that can tell me what the properties of a RecordSet are and
> the
> methods I can call on it.
[url]http://msdn.microsoft.com/library/en-us/ado270/htm/mdaobj01.asp[/url][url]http://msdn.microsoft.com/library/default.asp?url=/library/en-us/iisref/htm/ref_vbom_.asp[/url]>
> I tried looking here:
>
Well, you've found the ASP Reference, but it sounds as if you want the
vbscript reference. You can download the reference from here:
[url]http://www.microsoft.com/downloads/details.aspx?FamilyID=01592c48-207d-4be1-8a76-1c4099d7bbb9&DisplayLang=en[/url]
--
HTH,
Bob Barrows - ASP MVP
Please reply to the newsgroup. The email account listed in my From
header is my spam trap, so I don't check it very often. You will get a
quicker response by posting to the newsgroup.
Bob Barrows Guest
-
Peter Foti #4
Re: ASP API?
"Robert Mark Bram" <relaxedrob@removethis.optushome.com.au> wrote in message
news:3f8d4de3$0$24674$afc38c87@news.optusnet.com.a u...[url]http://msdn.microsoft.com/library/default.asp?url=/library/en-us/iisref/htm/ref_vbom_.asp[/url]> Hi All!
>
> Where can I find an API for ASP?
>
> Something that can tell me what the properties of a RecordSet are and the
> methods I can call on it.
>
> I tried looking here:
>For quick reference, try [url]http://www.devguru.com[/url]. It's not an "official"> but I am a bit confused as to how I navigate to what I want.
>
> Any help would be most appreciated!
>
> Rob
> :)
API, but can be very helpful when you want to find a method or property
quickly.
Regards,
Peter Foti
Peter Foti Guest
-
Robert Mark Bram #5
Re: ASP API?
Thank you Tom, Bob and Peter for your very helpful replies!
Rob
:)
Robert Mark Bram Guest



Reply With Quote

