I’m using the code below to create a string which then is saved into a database

    Dim s As String = PicturetoBinaryStringMBS(aPicture)
    Return EncodeBase64(s,0)


The deprecated message indicates to use PNG instead. Any suggestion on how I 
can make a transition without loosing the pictures in the database?


Right now I think that I will have to catch the error which might occur when 
reading a new format from the database:

     aPicture=BinaryStringtoPictureMBS(s)

How would you do this?
_______________________________________________
Mbsplugins_monkeybreadsoftware.info mailing list
[email protected]
https://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info

Reply via email to