![]() | |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
.... AND Products.Description like '%' +<<Description>> + '%' .... |
#3
| |||
| |||
|
|
On 5 mar, 04:45, "Mike Jacoubowsky" <Mi... (AT) ChainReaction (DOT) com> wrote: [...] .... AND Products.Description like '%' +<<Description>> + '%' .... Have you tried using a prepared statement? As a side note, the sql concat operator is ||, not +, see PIPES_AS_CONCAT /Lennart [...] |
#4
| |||
| |||
|
|
"Lennart" <erik.lennart.jons... (AT) gmail (DOT) com> wrote in message news:e77cafcf-ad05-4a9e-a4de-1efbbe5914b8 (AT) q16g2000yqq (DOT) googlegroups.com... On 5 mar, 04:45, "Mike Jacoubowsky" <Mi... (AT) ChainReaction (DOT) com> wrote: [...] .... AND Products.Description like '%' +<<Description>> + '%' .... Have you tried using a prepared statement? As a side note, the sql concat operator is ||, not +, see *PIPES_AS_CONCAT /Lennart [...] Near as I can tell, I'm dealing with is an sql "window" into an application built with VB6. That could account for the non-standard conventions seen in the script I listed. I tried using the standard for piping but that throws out an error message. From what I've read of SQL, there is no standard convention for user input within brackets, as seen in the line I referenced. |
![]() |
| Thread Tools | |
| Display Modes | |
| |