Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Using RDS inside VFP (with DBF tables)
Message
General information
Forum:
Visual FoxPro
Category:
Internet applications
Title:
Using RDS inside VFP (with DBF tables)
Miscellaneous
Thread ID:
00584347
Message ID:
00584347
Views:
54
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? Had done this anybody?

Thank you very much for your help.
Reply
Map
View

Click here to load this message in the networking platform