Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Using RDS inside VFP (with DBF tables on IIS)
Message
From
23/11/2001 16:59:12
Alexandre Palma
Harms Software, Inc.
Alverca, Portugal
 
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Miscellaneous
Thread ID:
00585249
Message ID:
00585252
Views:
26
Hi Sergey does IUSER_machinename has permission to access the directory where the tables are located?

>Hi !
>
>Is it possible to access to the DBF source via RDS?
>I try to use this method:
>*******************************************
>lcConnStr = "dsn=myforum"
>lcSQL = "select * from guest"
>oRDS = CREATEOBJECT("RDS.DataControl")
>oRDS.SERVER = "http://www.myserver.ru/"
>oRDS.CONNECT = lcConnStr
>oRDS.FetchOptions = 1 && adcFetchUpFront
>oRDS.ExecuteOptions = 1 && adcExecSync
>oRDS.SQL = lcSQL
>oRDS.Refresh()
>*******************************************
>But it do not work...
>I have win2000 server and it works with ASP very good and stable.
>But I can't access data through Internet which is on my Web server.
>
>May be I have to do something with my IIS ?
>I was reading articles at www.west-wind.com but I can't find answer there. It must work...
>
>I try to solve this problem with standard Microsoft's tools: VFP 6.0, RDS, W2k, IIS. May be there is a bug? Anybody had done this anybody?
>
>Thank you very much for your help.
Alexandre Palma
Senior Application Architect
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform