Hi everyone i have a project that uses vb.net and
java webservices in storing to a ms sql server database......basically the vb.net needs to send a .dat file containing something like this..
0$1�p 2��Ra��
b,00@,Pae�fwwwww���x�xV`�L�v��m/������P��{�=��J�<�/��Q>W��?�$ �Vd���:��,��� A������b��h���,;���.D3^��s���Q�=j0R*���5&��c�#h���i�q����U*? �N���ED���i���!�Fo�����>�O�*���K9�[������f^�34��7��@eNo���j7�����w�x����]�i�
Qs�i�8l����g�D5���)wT��
And i need to send this to a java webservice that should accept this and store it in the database.
And during the retrieving process the java webservice should request this data from the database and return it to the vb.net request, and use this file as an input to another process...
my problem here is accurately saving this text symbols to the database so that i can also extract it correctly later on, would there be any conversion or encoding that should go about during the storing and retrieving process? Hoping for your valuable knowledge and feedback about this