To create a database to contain objects, use the following procedure.
To create a database to contain objects
Use the CreateObjectDatabase
action, with the database
parameter:
database
|
The name of the new database (maximum 254 bytes). |
For example:
curl http://localhost:14000 -F action=CreateObjectDatabase
-F database=CompanyLogos
|