Database Commands

From UBot Studio
(Difference between revisions)
Jump to: navigation, search
(Created page with "The '''Database Commands''' allows interaction between mysql databases and your script in UBot Studio. == List of Database Commands == *Query: runs a mysql query. *[[Qu...")
 
(List of Database Commands)
Line 3: Line 3:
 
== List of Database Commands ==
 
== List of Database Commands ==
  
*[[Query]]: runs a mysql query.
+
*[[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.
  
*[[Query with Results]]: returns a query with results from a mysql database.
+
*[[Query]]: Sends a string to the database and should be used for MySQL commands such as CREATE TABLE.
  
*[[Connect to Database]]: Connects to a mys database.
+
*[[Query with Results]]: Sends a string to the MySQL database and returns a result. It should be used for MySQL commands like SELECT.

Revision as of 15:23, 5 December 2012

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.
  • Query: Sends a string to the database and should be used for MySQL commands such as CREATE TABLE.
  • Query with Results: Sends a string to the MySQL database and returns a result. It should be used for MySQL commands like SELECT.
Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox