Set reference for database generic project

Posts   
 
    
Gabor
User
Posts: 97
Joined: 29-Jan-2005
# Posted on: 22-Feb-2006 10:27:39   

Hi,

In database generic project in validator class, I want to use my custom dll for encrypting some property data.

For that purpose, I have to reference my encryptor.dll.

  1. Where to set the reference to my encryptor.dll?

  2. Is there any method, that generator do not overwrite the reference settings?

  3. Is there any other method to use custom dll's functionality from within LLBL?

Thanks in advance

Gabor

Walaa avatar
Walaa
Support Team
Posts: 14995
Joined: 21-Aug-2005
# Posted on: 22-Feb-2006 15:51:19   

The best practice is to :

Inherit from the generated Validator class to extend its functionality OR modify / extend the templates used to generate this class.

To use a reference that won't be overwritten: modify the template that generates the project file "vsnet2003ProjectFileAdapter.template"

(edit) Please refer to the following thread: http://www.llblgen.com/tinyforum/Messages.aspx?ThreadID=1901