To be able to enjoy the web you need a more recent and safe browser. For more information, check the Internet Explorer updates.
 You cannot register this service. Contact Support

API dinahosting

All the commands you need
If you have doubts, we help you for free

api.cta__h1

List of commands

List of errors

Librería de archivos

Dinahosting HTTP_Request libary files
Introduce el texto mostrado en la imagen

Hosting_Ddbb_Sqlserver_Create

Creates a new Sqlserver DataBase.
Version: 1.1
Special errors:
UNIMPLEMENTED_OBJECT_SERVICE If hosting can't manage SQL server ( because of hosting O.S. or hosting setup ).
OBJECT_EXISTS Database or username already exists on server.
COMMAND_DDBB_SQLSERVER_NOT_ENOUGH_SPACE If there isn't enought transaction plus data space for requested database creation.

Parameters:

  • hosting (string): Hosting name. The parameter is required.
  • ddbbName (string): Database name. The parameter is required. Parameter value must be a valid database name. Parameter length must be between 1 and 64 characters. It can contain only alphanumeric or underscore chars. String must start with a alphabetical char and contain at least one numeric char.
  • userName (string): User name. The parameter is required. Parameter length must be between 1 and 16 characters.
  • userPassword (string): User password. The parameter is required. Parameter length must be between 6 and 71 characters.Parameter value must be an alphanumeric string.
  • dataSize (int): Maximum data volume stored ( MB ). The parameter is required. Parameter value must be greater than 4.
  • transactionsSize (int): Maximum data volume transmitted ( MB ). The parameter is required. Parameter value must be greater than 0.
  • accessFrom (string): Access from: Any location (default), Localhost and specific IP (XX.XX.XX.XX), Only localhost (localhost). The parameter is optional.

Response data type.

void

Code generator.

Hosting name.

Database name.

User name.

User password.

Maximum data volume stored ( MB ).

Maximum data volume transmitted ( MB ).

Access from: Any location (default), Localhost and specific IP (XX.XX.XX.XX), Only localhost (localhost).

 
 

Simulator

Los datos de respuesta no son reales.

Hosting name.

Database name.

User name.

User password.

Maximum data volume stored ( MB ).

Maximum data volume transmitted ( MB ).

Access from: Any location (default), Localhost and specific IP (XX.XX.XX.XX), Only localhost (localhost).