Userdefined Entityfields

Posts   
 
    
tdoll
User
Posts: 6
Joined: 15-May-2007
# Posted on: 15-May-2007 16:46:38   

Hi,

in my application it must be possible for the user to setup userdefined fields. For example a remark-field in the table customers. The user can setup at runtime the tablename (where the field has to be created), fieldname, defaultvalue and fieldtype and my selfcoded DAL creates the field at runtime in the servers table. After reinitialize the form the new field can be used.

How can a achive this functionality in LLBLGen without change code?

kind regards Tom

jbb avatar
jbb
User
Posts: 267
Joined: 29-Nov-2005
# Posted on: 15-May-2007 16:54:49   

Hello,

if you change your table structure, you need to generate again the DAL. So it's not possible to use directly the new field without modifying the code.