Board index » DotNet » connect to Access DB via IP address

connect to Access DB via IP address

Hi,

Like SQL Server, is it possible to build the connection string using IP
address for retrieving data from Access DB(.mdb) ?

Because I'm implementing an application in which the program installed on
retail shops which has boardband internet access, but the database is
located on Data Center, they have different subnet mask. So far I can think
of using VPN is the only solution to connect Access database in data center.

Thx in advance!
Keith
-
 

Re:connect to Access DB via IP address

Build yourself a WEB Service to provide the data access you require.....

While security is always an issue when you float data over the WEB, (as it
appears like your wanting to do)... you can use a simple encryption method
to permit data to flow and still keep it within the scope of what can pass
through firewalls.... to authenticate WHO you are to keep most of the
hackers out....



"Rabbit" <key_sho@yahoo.com_Remove>wrote in message
Quote
Hi,

Like SQL Server, is it possible to build the connection string using IP
address for retrieving data from Access DB(.mdb) ?

Because I'm implementing an application in which the program installed on
retail shops which has boardband internet access, but the database is
located on Data Center, they have different subnet mask. So far I can
think
of using VPN is the only solution to connect Access database in data
center.

Thx in advance!
Keith




-

Re:connect to Access DB via IP address

Thx for your suggestion!

"Steve S" <beach_bum99@hotmail.com>wrote in message
Quote
Build yourself a WEB Service to provide the data access you require.....

While security is always an issue when you float data over the WEB, (as it
appears like your wanting to do)... you can use a simple encryption
method
to permit data to flow and still keep it within the scope of what can pass
through firewalls.... to authenticate WHO you are to keep most of the
hackers out....



"Rabbit" <key_sho@yahoo.com_Remove>wrote in message
news:uhRog70NEHA.1388@TK2MSFTNGP09.phx.gbl...
Quote
Hi,

Like SQL Server, is it possible to build the connection string using IP
address for retrieving data from Access DB(.mdb) ?

Because I'm implementing an application in which the program installed
on
Quote
retail shops which has boardband internet access, but the database is
located on Data Center, they have different subnet mask. So far I can
think
Quote
of using VPN is the only solution to connect Access database in data
center.
Quote

Thx in advance!
Keith






-