June 6, 2005 at 12:35 am
Hi,
I have an xml file with an element of base 64 binary type data.. i need to import the same into image type column in my sqlserver table (vice versa was done while exporting from sqlserver table to xml ).. Can any one tell me how can i do this...
Regards,
Narasimha Rao Chandramouli
June 7, 2005 at 2:35 am
This link may help which states you can bulk load or use an updategram to insert the base64 encoded data by using a schema and specifying the datatype as bin.base64.
There is also a custom code example in C++, although it should be even easier to do a .NET one.
Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply
This website stores cookies on your computer.
These cookies are used to improve your website experience and provide more personalized services to you, both on this website and through other media.
To find out more about the cookies we use, see our Privacy Policy