I realize Excel is not a 'database' per se but I need to be able to seperate data from my application.
The data consists simply of three two-column tables, with a common column between all three tables, acting as a key.
I need this file seperate so that it can be modified independently, but need to import its contents into a Dataset for manipulation.
Is this remotely possible? If so, do I use an ODBC connection to grab the data?
Thanks in advance.
Klaus