Hey guys, I want to use Xindice for storing all my data on the server. Due to the servers balancing design I don't need remote access for most of the things I will be doing. I have a webservice that generates data which I then want to store as XML. I could reinvent the wheel and store it in files, but I would rather store it in a database.
So what is the best way to access a local database from my service. I imagine that the code will look a lot like the remote access samples, but what should I change to get hold of the database already running.