Check if a table exists, and if not, create it
        Posted  
        
            by Matt
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Matt
        
        
        
        Published on 2010-04-14T04:15:50Z
        Indexed on 
            2010/04/14
            4:23 UTC
        
        
        Read the original article
        Hit count: 328
        
I'm using a Odbc connection to a mysql server, and was wondering how I would go about checking if a table exists within my database, and if not, create it.
© Stack Overflow or respective owner