I am writing a program with db2 cli in order to access db2 database. It can support operations such as insert, delete... but except create database. I can't use the SQLExecDirect() function when it didn't connect to the database. If connected, it can't create a new database when it is connected to an exist database. What should I do? Is it possible for me to do that? Thanks very much!