SQL Server Cell Level Encryption -


i want implement cell level encryption , users odbc able connect database , use it.

what suggest it?

is possible? if yes, resource, source code, samples, documentations on it?

if it's not possible, please tell me why.

thank you! kind regards

sql server can control encrypting column - can read how here.

a "cell" excel/spreadsheet terminology; encrypting column value specific row have encrypted prior being inserted or updated. if after, need @ using these functions when adding/updating data:


Comments

Popular posts from this blog

ruby - When to use an ORM (Sequel, Datamapper, AR, etc.) vs. pure SQL for querying -

php - PHPDoc: @return void necessary? -

c++ - Convert big endian to little endian when reading from a binary file -