Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Use dbf in asp
Message
De
19/12/2005 09:47:57
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Visual FoxPro et .NET
Titre:
Versions des environnements
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Database:
Visual FoxPro
Divers
Thread ID:
01079142
Message ID:
01079160
Vues:
24
>What i need more things to dbf in asp
>
> What is a odbc, can one explaine.
>thanks

ODBC is OpenDataBaseConnectivity. In effect it looks like:

lcConnectionString = ;
"Driver={Microsoft Visual Foxpro Driver};SourceType=DBC;SourceDB=c:\path\myDatabase.dbc"

You connect to data source with this string and execute commands. However easier one in asp (and possibly from anywhere) is OLEDB. It looks like:

lcConnectionString = "Provider=VFPOLEDB;Data Source=c:\mypath\mydatabase.dbc"

With this one you use ADO to connect and execute commands.
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform