Description Usage Arguments Examples
Function used to connect with the database with default or specified credentials. Usually, this will be used internally by the other functions
Accessory function to test if a database query returned no results
1 2 3 | connect(dbuser = "notaR", dbpass = "notaR", dbname = "notaR")
no.results(object)
|
dbuser |
Database user |
dbpass |
Database password |
dbname |
MySQL database name |
object |
The result from a database query |
1 | con = connect()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.