/* $Header$ * * Structures and constants used by SQL related code */ /* SQL character string constants .. */ #define SQL_STR 256 #define SQL_LONG_STR 1024 #define SQL_MAX_STR_LEN 16383 /* SQL table related constants */ #define SQL_MAX_COLUMS 128