Hi there,
I am writting a apps that needs to copy several CSV files from a FTP site and then load the data in to a MSDE instance. Now i thought, because i need to have several ImportSet with different settings( location, ftpusername, password etc, etc) i could store the settings in a dataset when the apps is active and export the settings to XML when the apps is closed. The application only needs to read and write data to the dataset/xml file an other apps (service) is going to read the settings and do some stuff with it.
Could some one please help me on the way with this. I am writting this in C# (I am new to C#) . Just give me some pointers to get started.
many thanks.
I am writting a apps that needs to copy several CSV files from a FTP site and then load the data in to a MSDE instance. Now i thought, because i need to have several ImportSet with different settings( location, ftpusername, password etc, etc) i could store the settings in a dataset when the apps is active and export the settings to XML when the apps is closed. The application only needs to read and write data to the dataset/xml file an other apps (service) is going to read the settings and do some stuff with it.
Could some one please help me on the way with this. I am writting this in C# (I am new to C#) . Just give me some pointers to get started.
many thanks.