Andrew Brosnan wrote:
I was hoping the code could be database independent (excepting of course the driver)
CREATE DATABASE is not part of either SQL92 or SQL99. They have a CREATE SCHEMA syntax. But, AFAIK, most implementations do have a CREATE DATABASE command anyway.
--
Jeff