Description Usage Arguments Details Value Examples
Function stores username, password, database name, and host name for database instance to connect to. Please ensure dbInstance() is set to "Yes" if you are running the application with a database connection.
1 | dbVariables(user, password, dbname, host)
|
user |
defines username for database connection. |
password |
defines password for database connection. |
dbname |
defines name of database connection. |
host |
defines host name for database connection. |
dbVariables
No return value.
1 2 3 4 | dbVariables(user = "root",
password = "Test23!",
dbname = 'MDMap_2.0',
host = "127.0.0.1")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.