Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Dados Compartidos entre ASP y VFP7
Message
From
19/06/2002 15:29:09
Fabian Borghi
Xenon Information Technology
Itaparica, Brazil
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Dados Compartidos entre ASP y VFP7
Miscellaneous
Thread ID:
00670268
Message ID:
00670268
Views:
54
Alô Claudio:
Eu estou tendo problemas para compartir dados entre uma pagina ASP e uma aplicacao correndo no mesmo servidor
******************
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
*********************
E a aplicacao abre as base de dados, e as tablas shared
Cuando eu ativo a aplicacao no servidor nao posso ver os dados desde a pagina

Desde ja muito obrigado
Fabian A. Borghi
Xenon Information Technology
Itaparica - BA - Brasil
Next
Reply
Map
View

Click here to load this message in the networking platform