Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Asp syntax for foxpro table
Message
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Internet applications
Title:
Asp syntax for foxpro table
Miscellaneous
Thread ID:
00145309
Message ID:
00145309
Views:
77
Does anyone know where I can find the syntax for asp? I would like to convert the code below to connect to a VFP table rather than an access table (database).

1 set conntemp=server.createobject("adodb.connection")
2 cnpath="DBQ=" & server.mappath("yourtable.mdb")
3 conntemp.Open "DRIVER={Microsoft Access Driver (*.mdb)}; " & cnpath
4 set rstemp=conntemp.execute("select * from authors")
Next
Reply
Map
View

Click here to load this message in the networking platform