Rank: Newbie
Joined: 12/28/2007 Posts: 5
|
Dear all,
I'm new using umbraco. I have an acces databank containing several tables. The idea is giving the user the chance of sending simple queries and getting the result in a tabel.
Something like:
summarize all the objects in table A containing field X=B A & B would be provided by the user.
Which is the best approach for having this functionality working?
Thanks
Ivan
|
 Rank: Umbracoholic
Joined: 9/8/2006 Posts: 1,410 Location: KY, USA
|
You'll need to write a usercontrol or an xslt extension to connect to and query your Access database. Just hook it up to an umbraco macro and your website will then be able to work with that external data source. cheers, doug.
MVP 2007-2009 - Official Umbraco Trainer for North America - Percipient Studios
|