Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Shared Database in ASP
Message
From
19/06/2002 14:55:39
Fabian Borghi
Xenon Information Technology
Itaparica, Brazil
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Client/server
Title:
Shared Database in ASP
Miscellaneous
Thread ID:
00670257
Message ID:
00670257
Views:
42
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
Reply
Map
View

Click here to load this message in the networking platform