Click here to Skip to main content
15,894,405 members

Comments by Belial09 (Top 2 by date)

Belial09 21-Jan-13 2:57am View    
Yes I know the names of the custom columns.
We build add-ons to an existing software which has a function to add userdefined columns to the default SQL tables.

For Example:
The user has products in the programm with 4 columns, the ones without „USER_“ are default columns of the table (known columns):

- Price (default)
- Productnumber (default)
- USER_EAN (userdefined)
- USER_Pictureurl (userdefined)

At the moment we give them properties where they can add the custom field names, so we can query them in an SQLDataReaderusing an SQL-Query string.

Summary:
- The tablename is known at design time
- The default table columns are known at design time
- The userdefined columns are only known at runtime
Belial09 27-Sep-12 2:25am View    
To easy to be true Santhosh.
Sometimes it may be better to take a break :)

thanks a lot!