Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Using Visual Foxpro for a database on a web site?????
Message
Information générale
Forum:
Internet
Catégorie:
Active Server Page
Divers
Thread ID:
00457797
Message ID:
00458781
Vues:
18
You need to download the include file that contains all the ado constants and include it in your page


Just search the web and download it.

It looks like this
' ADO constants include file for VBScript

'---- CursorTypeEnum Values ----
Const adOpenForwardOnly = 0
Const adOpenKeyset = 1
Const adOpenDynamic = 2
Const adOpenStatic = 3
etc...


>I was forced to use native ADO comands. such as rs.LockType = adLockoptimistic did not work where as rs.Locktype = 3 did.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform