This is a discussion on Create database in specific dbspace within the Informix forums, part of the Database Server Software category; --> I want to create a new database in a specific DBspace so that all data is written into that ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| |||
| "Geezer From The Freezer" <Geezer@Freezer.com> wrote in message news:41220F8C.93B94041@Freezer.com... > I want to create a new database in a specific DBspace > so that all data is written into that dbspace in the > future....what is the command line options for this? > I want to keep it out of rootdbs Come on! This *really* is RTFM ... |
| ||||
| Geezer From The Freezer <Geezer@Freezer.com> wrote in message news:<41220F8C.93B94041@Freezer.com>... > I want to create a new database in a specific DBspace > so that all data is written into that dbspace in the > future....what is the command line options for this? > I want to keep it out of rootdbs create database "database name" in "dbspace_name" see Page 2-89 of Informix Guide to SQL:Syntax Vol 1 |