[AccessD] Access Application - RSS Feeds

Darryl Collins darryl at whittleconsulting.com.au
Mon Sep 28 18:56:32 CDT 2015


"It doesn't really make a lot of sense to just stipulate a methodology rather than a use case."

Stuart has a great point here.  This is often the case of "Have Hammer, ergo - problem must be a nail."  Would certainly be worth asking what it is they are trying to achieve and why they think an RSS feed is the best way to achieve that.  It might be so, but there may also be a much easier and better option available as well that they are not aware of (or haven't considered).

Cheers
Darryl



-----Original Message-----
From: AccessD [mailto:accessd-bounces at databaseadvisors.com] On Behalf Of Stuart McLachlan
Sent: Tuesday, 29 September 2015 9:03 AM
To: Access Developers discussion and problem solving
Subject: Re: [AccessD] Access Application - RSS Feeds

It's a web technology which supplies XML formatted text files usually to  a user's browser at 
predetermined intervals when they have the browser open.   However, since it is an 
on-demand XML file, you can access it in a variety of ways. There are previous threads here where Darren Dick and I have done this directly in Access.  So you could add something to the application to periodically poll a server and get new data.


You will need a web server and a way to get the appropriate data into XML format on the server (Your can use VBA to export data as XML).

Don't know about the customer sending data via RSS - they would need to upload the data to their own RSS enabled web server which you would then need to poll periodically and parse the returned XML.

Do you know why/how  the customer wants to use the RSS feeds?  It doesn't really make a lot of sense to just stipulate a methodology rather than a use case.

--
Stuart  

On 28 Sep 2015 at 21:44, Brad Marks wrote:

> All,
> 
> We have a key application that was built with Access 2007. 
> 
> Recently, a large customer has asked us to both send and receive 
> information via RSS feeds.
> 
> I have very little experience in this realm.
> 
> I am curious if others have used RSS feeds in Access applications.
> 
> Is anyone aware of good information on the web on how to use RSS feeds 
> with Access?
> 
> Thanks,
> Brad
> 
> --
> AccessD mailing list
> AccessD at databaseadvisors.com
> http://databaseadvisors.com/mailman/listinfo/accessd
> Website: http://www.databaseadvisors.com
> 


-- 
AccessD mailing list
AccessD at databaseadvisors.com
http://databaseadvisors.com/mailman/listinfo/accessd
Website: http://www.databaseadvisors.com



More information about the AccessD mailing list