"SLE" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Hi there,
>
> I am looking for an approach (or preferably some example code ;-) to
"dump"
> a DataSet in a compressed (binary?) and encrypted (simple algorithm will
do)
> file, reversable of course - i.e. a sort of "BinaryDataSet" derived from
> DataSet and with overloaded methods for WriteXml() and LoadXml() or custom
> (de)serializers.
>
I ran into this solution using C#:
http://msdn.microsoft.com/msdnmag/is...e/default.aspx
But unfortunately VB.NET does not allow to implement interfaces in a derived
class if its base class already has an implementation -- damn :-(
--
SLE