Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Delete me 45 posts 66 karma points
    Oct 19, 2009 @ 17:41
    Delete me
    0

    Microsoft Access database

    Hello,

    Is it possible to search and display results frontend from a Microsoft Access database file (.mdb) using XSLT? Or other methods supported by Umbraco?

    Thanks in advance,

    /Mathias

  • dandrayne 1138 posts 2262 karma points
    Oct 19, 2009 @ 17:45
    dandrayne
    0

    Not as far as I know, but you could convert it to xml and use xsl against it?

    Something like http://www.pablosoftwaresolutions.com/html/mdb_2_xml.html

     

  • Richard Soeteman 4039 posts 12887 karma points MVP 2x
    Oct 19, 2009 @ 17:49
    Richard Soeteman
    0

    Hi Mathias,

    That should be possible through an Xslt Extension. But I think it's easier using a .net usercontrol to bind the data against a datalist/grid/repeater.

    Cheers,

    Richard

     

  • Delete me 45 posts 66 karma points
    Oct 19, 2009 @ 18:05
    Delete me
    0

    Richard,

    It sounds very good to use a .net usercontrol to bind the data! Can you help me a little more on the way of doing that?

    Thanks,

    /Mathias

  • Alec Griffiths 129 posts 151 karma points
    Oct 19, 2009 @ 18:51
  • Delete me 45 posts 66 karma points
    Nov 05, 2009 @ 09:48
    Delete me
    0

    Solved by using .NET SqlDatatype, DataGrid, and basic SQL commands - in fact very easyt!!

     

Please Sign in or register to post replies

Write your reply to:

Draft