|
Home > Archive > FoxPro Setup > October 2005 > setting a connection across a network
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
setting a connection across a network
|
|
|
| Hello, I need to establish a connection between a php application on a remote
web server and an existing vfp database already connected locally to a small
business application. I only need to use SELECT queries.
As a first test, I have successfully established a connection on the local
machine where the db tables are located, using adodb and a system dsn. But I
have trouble connecting from a remote machine (still on a local network). Is
it possible? If a dsn-less connection is needed, what would be the syntax for
the string?
| |
| Fred Taylor 2005-10-28, 8:24 pm |
| www.connectionstrings.com
--
Fred
Microsoft Visual FoxPro MVP
"Chang" <Chang@discussions.microsoft.com> wrote in message
news:E37E75EC-4706-4EB7-8B16- 70D241D3142F@microso
ft.com...
> Hello, I need to establish a connection between a php application on a
> remote
> web server and an existing vfp database already connected locally to a
> small
> business application. I only need to use SELECT queries.
> As a first test, I have successfully established a connection on the local
> machine where the db tables are located, using adodb and a system dsn. But
> I
> have trouble connecting from a remote machine (still on a local network).
> Is
> it possible? If a dsn-less connection is needed, what would be the syntax
> for
> the string?
|
|
|
|
|