PC Review


Reply
Thread Tools Rate Thread

BinaryDataSet?

 
 
SLE
Guest
Posts: n/a
 
      24th Feb 2005
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.

Thanks,

--
SLE


 
Reply With Quote
 
 
 
 
SLE
Guest
Posts: n/a
 
      24th Feb 2005
"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


 
Reply With Quote
 
Sahil Malik
Guest
Posts: n/a
 
      24th Feb 2005
Search for "DataSetSurrogate" on Microsoft KnowledgeBase.

- Sahil Malik
http://codebetter.com/blogs/sahil.malik/



"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.
>
> Thanks,
>
> --
> SLE
>
>



 
Reply With Quote
 
Miha Markic [MVP C#]
Guest
Posts: n/a
 
      24th Feb 2005
Another link:
http://www.eggheadcafe.com/articles/20031219.asp

--
Miha Markic [MVP C#] - RightHand .NET consulting & development
www.rthand.com
SLODUG - Slovene Developer Users Group www.codezone-si.info

"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.
>
> Thanks,
>
> --
> SLE
>
>



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off



Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 06:46 AM.