Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
VFPOLEDB and ASP
Message
De
27/09/2002 17:06:08
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
VFPOLEDB and ASP
Divers
Thread ID:
00705444
Message ID:
00705444
Vues:
47
I'm having trouble using the VFP oledb driver in an ASP page. When I try to open the connection IIS hangs and I have to restart it. Here is the source I am using.
<html>
<head>
<title>Just A Test</title>
</head>
<body>
Just a test <P>

< % ERROR: 

set conn = server.createobject("adodb.connection")

conn.Open("Provider=vfpoledb.1;Data Source=testdata.dbc;")

Response.Write("Hello")

conn.Close()

 % >


</body>
</html>
I know the driver works fine. I have a test app in FoxPro that works.
The database is located in the same directory as the page.

Any ideas?

Thanks,
Dan
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform