Hi all,
I have code written in to c++ and C# to save blob which converts whole thing in to string and save it in to database but if it is > 8K then it saves the file in to server and saves the link in to database. so if i want to save that blob in to database which takes long time and i want to convert it in to SP.
How can i do that??
I have code written in to c++ and C# to save blob which converts whole thing in to string and save it in to database but if it is > 8K then it saves the file in to server and saves the link in to database. so if i want to save that blob in to database which takes long time and i want to convert it in to SP.
How can i do that??