Works! Thanks.
Raymond This document is strictly confidential and intended only for use by the addressee unless otherwise indicated Dr. Ir. Raymond A. J. J. van Daelen Project Manager KEYGENE N.V. Bio-Informatics P.O. Box 216 6700 AE Wageningen The Netherlands Tel. (+31) 317 46 68 66 Fax. (+31) 317 42 49 39 Email: [email protected] The transmission of messages and/or information via the Internet is not secured and may be intercepted by third parties. Keygene assumes no liability if this document or its content is intercepted by a third party or becomes publicly available. -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Igor Tandetnik Sent: Wednesday, January 29, 2014 2:47 PM To: [email protected] Subject: Re: [sqlite] insert statements with user input in bash script On 1/29/2014 8:27 AM, Raymond van Daelen wrote: > NEWVALUE="$TERM" Try single quotes: NEWVALUE='$TERM' -- Igor Tandetnik _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users [http://www.keygene.com/images/maillogo.jpg]<http://www.keygene.com/> Keygene N.V. P.O. Box 216 6700 AE Wageningen The Netherlands Tel. (+31) 317 46 68 66 Fax. (+31) 317 42 49 39 CoC. 09066631 Web: http://www.keygene.com<http://www.keygene.com/> The information contained in this message, and attachments if any, may be privileged and/or confidential and is intended to be received only by persons entitled to receive such information. Use of any part of this message and/or its attachments if any, in any other way than as explicitly stated by the sender is strictly prohibited. Should you receive this message unintentionally please notify the sender immediately, and delete it together with all attachments, if any. Thank you. The transmission of messages and/or information via the Internet is not secured and may be intercepted by third parties. KeyGene assumes no liability for any damage caused by any unintentional disclosure and/or use of the content of this message and attachments if any. _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

