blah blah blah is here! blah blah » Close

0
votes
2 answers

Storing a string containing special characters in to database..

Hi all, I am working on a project on Cryptography and need to store the ciphertexts in the database. I am facing two main issues here.. First, the ciphertext gets way too long and I get the error: The identifier that starts with ... ...

0
votes
1 answers

Strings - Automatically Truncating

eeboy
499

Can I declare a fixed length string? Or have the string automatically truncated? For example, I want a fixed length of 5: string s; s="Testing"; //s <- "Testi"

Feedback