I'm designing a page which will retrieve info from a database and do so complex filtering however i've hit a road block and that I can only use access .mdb databases. The search options are very limited and basic.
I was thinking i could read the database and make it into a XML file or something like that.
Can I then search an XML file and have complex search strings such as group by, limit?
Any ideas will be appreciated.