LLBLGEN PRO Version 1.0.2005.1
Database Sql server 2000
Runtime version v1.1.4322
I have a list of views in the database.
I want to specify(From frontend) the name of the view and the conditions only at runtime.
For example the view: Customer_Details_VW has the SQL
SELECT CUSTOMERCODE,CUSTOMERNAME,ADDRESS FROM TBL_CUSTOMER_DETAILS
For this view i will specify the name (Customer_Details_VW ) at runtime.So the code has to be in such a way that it should take the view name at runtime and execute.