Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VFP60- Remote Views
Message
 
To
29/11/1999 10:13:00
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00295881
Message ID:
00296686
Views:
20
>I think I have not been clear with my problem:
>I have a VFP Database in BUILDING A SERVER and I am trying to access it from BUILDING B. I don't have the data in my local computer and I need to specify where the server is, the user id and password to connect. Is this something I can do using Remote Views?

You should make a com server. That is just an exe that receives an input from your app. It fetches the data and trasmits it back to you. This is great when the data is not LAN but WAN. Different buildings lead to a WAN in a campus environment.

Do a search here for COM servers. Thsi is what M$ is slating VFP for in their marketing.

__Stephen


>
>>>OK, I understand that part, the question is:
>>>How do I access my VFP data using a remote view if I have it in my NT server, not in my local computer?
>>>
>>>In the article q137944 looks like they are getting the data from a SQL server.
>>>Maybe I am misunderstanding the concept of Remote Views.
>>>Thank you again.
>>>
>>>
>>>>>Article Q137944 explains how to create a remote connection or view programmatically.
>>>>>
>>>>>The problem that I have is that I don't see a way to specify a USERID and PASSWORD for a VFP table or ACCESS table and also a way to specify where the SERVER with my data is.
>>>>>
>>>>
>>>>When the datasource requires a username and password, this is specifid in the connection definition. VFP tables odn't require a password to open, so you can't specify one.
>>
>>Why use a remote view on a VFP data? Use a Local View on VFP data. Now if that server is across a WAN, then maiking a com object for that server would be better.
>>
>>__Stephen
Previous
Reply
Map
View

Click here to load this message in the networking platform