On Mon, 11 May 2015 14:00:41 +0000 "Drago, William @ CSG - NARDA-MITEQ" <William.Drago at L-3com.com> wrote:
> Correct me if I'm wrong, but the only way to read comments is by > reading back the entire CREATE TABLE string, correct? Yes, you need to parse it. You search for '--' and '\n'. The chars between them are the comment. I thought you need it only for documentation purpouse and not automatic/dynamic programming. > Thanks, --- --- Eduardo Morras <emorrasg at yahoo.es>