Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: Generate C# class code for table

    Thanks for this posting.

    I have modify the script for the case sensitive database, applying the UPPER function to DATATYPE in the CASE WHEN, for each WHEN.

    Example:

    WHEN UPPER(DATA_TYPE) LIKE '%CHAR%'...

Viewing post 1 (of 1 total)