Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Set of ASP Questions from a NEWBIE
Message
 
À
14/12/2000 01:56:59
Information générale
Forum:
Internet
Catégorie:
Active Server Page
Divers
Thread ID:
00453240
Message ID:
00453362
Vues:
26
>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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform