Connecting Tech Pros Worldwide Forums | Help | Site Map

Web interaction

Gargamil
Guest
 
Posts: n/a
#1: Nov 13 '05

Is it possible for an Access database to send and receive inforaton from the
web or an FTP site?? Using Access2000 and later. Could someone please
point me in the direction of some reading??



Mike Turco
Guest
 
Posts: n/a
#2: Nov 13 '05

re: Web interaction



"Gargamil" <wooble@tpgi.com.au> wrote in message
news:crvcup$vci$1@otis.netspace.net.au...[color=blue]
>
> Is it possible for an Access database to send and receive inforaton from
> the web or an FTP site?? Using Access2000 and later. Could someone
> please point me in the direction of some reading??
>[/color]

Yes, but there are a lot of factors. Do you just want to ftp files? If so,
use the Internet Transfer Control (I think it comes with VB). Do you want
interactive data, like forms and queries? Then you need something more,
maybe SQL Server. What are your specific needs?


David Schofield
Guest
 
Posts: n/a
#3: Nov 13 '05

re: Web interaction


On Tue, 11 Jan 2005 13:16:47 +1100, "Gargamil" <wooble@tpgi.com.au>
wrote:
[color=blue]
>
>Is it possible for an Access database to send and receive inforaton from the
>web or an FTP site?? Using Access2000 and later. Could someone please
>point me in the direction of some reading??
>
>[/color]
Hi
For ftp see also http://www.mvps.org/access/modules/mdl0037.htm

For structured data, web freaks think only in terms of XML. (Oldsters
such as me regard this as s reversion to CODASYL, the predecessor of
relational databases). If you want to read this up for web data
access, look for XML QUERY on Google or see a demo at
http://support.x-hive.com/xquery/index.html

David
Closed Thread