Dynamically Updated Table?

Posts   
 
    
sdgrow
User
Posts: 11
Joined: 01-Nov-2009
# Posted on: 12-Nov-2009 15:53:49   

I have a SQL Table that can have columns dynamically updated via code. It starts out with a few columns but depending on the customers needs it might require a few columns dynamically added on the fly.

Is there anyway to dynamically update the LLBLGen Code at runtime to read these extra columns that might be added without having to regenerate the code?

Thanks, Sam

MTrinder
User
Posts: 1461
Joined: 08-Oct-2008
# Posted on: 12-Nov-2009 20:31:14   

Sorry - this is not supported. LLBLGen is very heavily biased around knowing the data structure in advance, mostly because information from the database meta data is used to generate things like field persistence information.

There has been some discussion on here before about "dynamic tables" - try a search of the forums.

Matt