Create Database

This function is used to create database. You have to specify the name and the login credentials for the database you are going to create. The parameters are:

 

Name: It is the name of database. It is a required parameter.

Username: It is the name of user who has owner rights on the database. It is a required parameter.

Password: It is the password of database user. It is a required parameter.

 

 

<CreateDatabase name="" username="" password=""/>

 

 

 

See Also: