Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Shared Database in ASP
Message
De
19/06/2002 14:55:39
Fabian Borghi
Xenon Information Technology
Itaparica, Brésil
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Client/serveur
Titre:
Shared Database in ASP
Divers
Thread ID:
00670257
Message ID:
00670257
Vues:
41
Hello:
I can´t share my database between an ASP PAge and an application running in the same server
******************
ASP Source
******************
Set MyConn = Server.CreateObject("ADODB.Connection")
x_strcon = "Driver={Microsoft Visual FoxPro Driver};
SourceDB=" & server.MapPath(".") & "\bases\ediweb.dbc;SourceType=DBC;
Exclusive=No;
BackgroundFetch=Sí;
Collate=Machine;
Null=Sí;Deleted=No;"

Myconn.Mode = 16
Myconn.Open x_strcon
*********************
And the application open database and tables shared

When i run the application i can't open the database from ASP

Thanks in advance
Fabian A. Borghi
Xenon Information Technology
Itaparica - BA - Brasil
Répondre
Fil
Voir

Click here to load this message in the networking platform