Database Commands

From UBot Studio
(Difference between revisions)
Jump to: navigation, search
(List of Database Commands)
Line 3: Line 3:
 
== 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. ''(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. ''(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. ''(Professional Edition Only)''

Revision as of 15:37, 8 March 2013

The Database Commands allows interaction between mysql databases and your script in UBot Studio.

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. (Professional Edition Only)
  • Query: Sends a string to the database and should be used for MySQL commands such as CREATE TABLE. (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. (Professional Edition Only)
Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox