Обсуждение: Creating DB

Поиск
Список
Период
Сортировка

Creating DB

От
"Lorenzo De Vito"
Дата:
Is the only way to create DB in a C code to connect to Template1 and then exec the SQL string "CREATE DATABASE databasename" ?
Can I create DB without connecting to template1 ?