Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Set of ASP Questions from a NEWBIE
Message
 
To
14/12/2000 01:56:59
General information
Forum:
Internet
Category:
Active Server Page
Miscellaneous
Thread ID:
00453240
Message ID:
00453362
Views:
24
>How can you:

>1) Return a recordset/rowset from a SQL Server and determine how many records there >are.

Using ADO you would use the RecordCount property:

Dim nRecords
nRecords = oRS.RecordCount


>2) Create procedures and functions.

You can use VB Script or Java Script to create procedures. There are many books (I like Wrox) on these subjects and free information on the internet.


>Does ASP have an equivalent VB EXIT SUB/FUNCTION OR END Statement???

Both VB Script and Java Script are rich languages.

Tom
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform