K
Keith Sudbury
Guest
All CREATE DATABASE seems to do is call prodb (possibly procopy) for you. Here are some options: 1) Hack prodb/procopy to redirect the output (probably not a good idea). 2) Log a bug/ehancement with TS to make the NO-ERROR option hide those messages like it does for errors. 3) Use OS-COMMAND to call the appropriate prodb command for Unix/Windows instead of using CREATE DATABASE.
Continue reading...
Continue reading...