G
Guest
Hi, I want to create a method for a web service that looks in an Access database (that is stored in the same path as the web service). I want it to then export the xml of a table within the database as an XmlDocument or at least a string with all the xml in it. I figure this has to be like less than 10 lines of code, but I've never programmed with Access before and could use some help. Does anyone have links to sites which guide you through something like this? Better yet, can anyone give me code snippets that I could use to do this? I'm using c#. Any help would be appreciated. Thanks!