Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Accessing Foxpro Data
Message
From
19/09/1999 08:53:48
 
 
To
All
General information
Forum:
Visual C++
Category:
Other
Title:
Accessing Foxpro Data
Miscellaneous
Thread ID:
00266460
Message ID:
00266460
Views:
41
I'm trying to access foxpro 2.6 data from visual interdev with the following:

< %
datethen=date()-6
datenow=date()
qry = "select * from kdata where k_date >= '" & datethen & " and"
qry = qry & " k_date <= '" & datenow & "'"

set rs1 = server.createobject("ADODB.Recordset")
open.rs1 qry, "DSN=foxcon"

while not rs1.eof
response.write rs1.name & " " rs1.k_date
wend
% >

but nothing happens and no error is displayed by the browser.
Can anyone help me correct any mistakes here?

Ramon Carlos
Reply
Map
View

Click here to load this message in the networking platform