SQL storing data about columns
        Posted  
        
            by Chris
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Chris
        
        
        
        Published on 2010-04-06T02:12:33Z
        Indexed on 
            2010/04/06
            2:23 UTC
        
        
        Read the original article
        Hit count: 387
        
sql-server-compact
I'm learning SQL Server Compact for a program I'm writing that requries a local database. I have multiple tables, each with different columns and I'd like to mark each column as being a certain type (not a data type, just an integer tag) to let the program know what to do with it. I'm clueless about SQL. How does one do this?
© Stack Overflow or respective owner