• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Saving ASCII symbols to datase

 
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
 
Greenhorn
Posts: 20
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
you can try Base64 Encryption. this encryption is used in mail attachments.
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic