Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Use dbf in asp
Message
From
19/12/2005 09:47:57
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
General information
Forum:
Visual FoxPro
Category:
Visual FoxPro and .NET
Title:
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01079142
Message ID:
01079160
Views:
25
>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform