Erm, Hi guys,
I don't know even how to begin to think how to ask my question ;/
LLBLGenPro - 2.5 Final, Build - March 28th, 2008
Context - Windows XP SP3, Visual Studio 2008, .NET 3.5 framework, SQL Server 2005, Adapter specific.
Here is it then - I need to store some field which is an encrypted password. I want only to post it (insert it) and not to be able to read it. So I don't want to fetch this one, but I want to be able to write it.
The thing is I want just to transport the data, encrypt it (on server side) and commit it. And never to fetch it back. (At least not through the entity mechanism) The other fields though should be fetchable.
Is there any different way than custom update query? And to use a dll and the SQL Server to encrypt the field on trigger?
Cheers.
**
And keep on the good work.**