Nothing
Code
sql_query("SELECT 1", conn = invalid_con)
Condition
Error in `sql_query()`:
! dbIsValid(conn) is not TRUE
Code
sql_exec("SELECT 1", conn = invalid_con)
Condition
Error in `sql_exec()`:
! dbIsValid(conn) is not TRUE
Code
sql_exec("INVALID SQL SYNTAX")
Condition
Error in `dbSendQuery()`:
! Parser Error: syntax error at or near "INVALID"
LINE 1: INVALID SQL SYNTAX
^
LINE 1: INVALID SQL SYNTAX
^
i Context: rapi_prepare
i Error type: PARSER
i Raw message: syntax error at or near "INVALID"
LINE 1: INVALID SQL SYNTAX
^
LINE 1: INVALID SQL SYNTAX
^
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.