Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Access database with VFP
Message
De
23/10/1998 11:01:46
 
 
À
23/10/1998 10:57:07
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00149844
Message ID:
00149855
Vues:
24
>what's meant by dirty access???? ASP will be using C in prgramming...right???

No, you write ASP pages using HTML and VBScript. You can open a datasource right from your script by creating a connection object and specifying your ODBC datasource.
<% oConn = CREATEOBJECT('ADODB.Connection')
oConn.Open('MyDataSource') %>
Erik Moore
Clientelligence
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform