J
Jason Barnett
I would like to create an OleDb connection to an XML File, but I cannot find
information about the connection string parameters. Is this possible?
I've got some parameters that an application uses and I have decided that it
would be best to store it in a database-like storage area. I figured I could
store the values in a CSV, XLS, or MDB file and maintain the parameters
through a OleDb connection. However, I wondered if I could use XML as well.
I don't want to rely on a server connection and I don't want to load anything
on the client.
For what it's worth, I'm using VS2005.
information about the connection string parameters. Is this possible?
I've got some parameters that an application uses and I have decided that it
would be best to store it in a database-like storage area. I figured I could
store the values in a CSV, XLS, or MDB file and maintain the parameters
through a OleDb connection. However, I wondered if I could use XML as well.
I don't want to rely on a server connection and I don't want to load anything
on the client.
For what it's worth, I'm using VS2005.