Dashboard > GreenPepperOpen > ... > Database > Literal processing of arguments
  GreenPepperOpen Log In View a printable version of the current page.  
  Literal processing of arguments
Added by Francois Denommee, last edited by Francois Denommee on Jan 27, 2010
Labels: 
(None)

When you don't want queries to be processed for bind variables, turn that off by setting the bind symbols option to false.

database-connection

connect to MySql database on localhost with username dbgreenpepper and password dbgreenpepper and database dbgreenpepper

set option   bind symbols   false
execute statement   insert into users (name, username) values ('@hey','uuu')
set of query   Select * from users
name username
@hey uuu

DEMONSTRATION LICENSE - This Confluence site is for demonstration purposes only. Evaluate Confluence today.
Powered by Atlassian Confluence, the Enterprise Wiki. (Version: 2.4.3 Build:#705 Mar 21, 2007) - Bug/feature request - Contact Administrators