Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

DecisionStream Procedure Node

Status
Not open for further replies.

martyc71

Programmer
Apr 9, 2004
31
0
0
US
Does anyone know how to execute and format and update statement using the sql command from within the Procedure Node?

Example;

SQL('connstr', 'update table field = 'X'');

When I try the example above I get an error message, It seems that the parser does not like the quotes for the 'X' value.



 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top