Database Commands
From UBot Studio
(Difference between revisions)
(→List of Database Commands) |
|||
(5 intermediate revisions by one user not shown) | |||
Line 1: | Line 1: | ||
− | The '''Database Commands''' allows interaction between | + | The '''Database Commands''' allows interaction between MySQL,and MS SQL databases and your script in UBot Studio. |
+ | |||
+ | [[File:dbcommands.jpg]] | ||
== List of Database Commands == | == List of Database Commands == | ||
− | *[[Connect to Database]]: Sets up the connection to the MySQL Database. It is required for use before the following commands. Use this command after you make sure your MySQL database is accepting external connections. | + | *[[Connect to Database]]: Sets up the connection to the MySQL Database. It is required for use before the following commands. Use this command after you make sure your MySQL database is accepting external connections. ''(Developer and Professional Edition Only)'' |
− | *[[Query]]: Sends a string to the database and should be used for MySQL commands such as CREATE TABLE. | + | *[[Query]]: Sends a string to the database and should be used for MySQL commands such as CREATE TABLE. ''(Developer and Professional Edition Only)'' |
− | *[[Query with Results]]: Sends a string to the MySQL database and returns a result. It should be used for MySQL commands like SELECT. | + | *[[Query with Results]]: Sends a string to the MySQL database and returns a result. It should be used for MySQL commands like SELECT. ''(Developer and Professional Edition Only)'' |
Latest revision as of 12:05, 20 June 2014
The Database Commands allows interaction between MySQL,and MS SQL databases and your script in UBot Studio.
[edit] List of Database Commands
- Connect to Database: Sets up the connection to the MySQL Database. It is required for use before the following commands. Use this command after you make sure your MySQL database is accepting external connections. (Developer and Professional Edition Only)
- Query: Sends a string to the database and should be used for MySQL commands such as CREATE TABLE. (Developer and Professional Edition Only)
- Query with Results: Sends a string to the MySQL database and returns a result. It should be used for MySQL commands like SELECT. (Developer and Professional Edition Only)