Results 1 to 8 of 8

Thread: MySQL Data Type question

Threaded View

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Aug 2007
    Posts
    88

    MySQL Data Type question

    I am attempting to save a string in a MySQL database, that has been generated from an encryption routine (TripleDESEncryption), but I am having trouble finding a data type to store the “string”. Here is a text visulation of the “string” from the encryption process is “捪蜋⦴ꬊ틜玩釯”.

    Within the code (C#), a variable declared as type “string” works fine and I can encrypt and decrypt without error… I just can not store that string for retrieval later.

    Any help is appreciated in advance.
    Last edited by MechEng; Mar 19th, 2009 at 04:39 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width