Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Accessing Foxpro Data
Message
De
19/09/1999 08:53:48
 
 
À
Tous
Information générale
Forum:
Visual C++
Catégorie:
Autre
Titre:
Accessing Foxpro Data
Divers
Thread ID:
00266460
Message ID:
00266460
Vues:
40
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
Répondre
Fil
Voir

Click here to load this message in the networking platform