Sometimes the only way things ever got fixed is because people became uncomfortable.
Glyndwr Bartlett wrote:The line
Works perfectly well so I do not think the LIKE not having operators is an issue.
Paul Clapham wrote:
Glyndwr Bartlett wrote:The line
Works perfectly well so I do not think the LIKE not having operators is an issue.
I'd agree about the LIKE not needing %. But what you claim "works perfectly well" there is different from the query you're complaining about. Namely, the latter has some backslashes in it for some reason. I assume that what you posted is SQL code and not Java code? What are the backslashes for -- are they supposed to appear literally in the output or are they some kind of SQL syntax?
Sometimes the only way things ever got fixed is because people became uncomfortable.
Why do people teach about stored procedures? I believe they don't work at all well via JDBC because of security problems (use prepared statements instead), but I thought they would be all right if interacting with the DBMS directly.Tim Holloway wrote:. . . I'd avoid stored procedures like . . .
Campbell Ritchie wrote:
Why do people teach about stored procedures? I believe they don't work at all well via JDBC because of security problems (use prepared statements instead), but I thought they would be all right if interacting with the DBMS directly.Tim Holloway wrote:. . . I'd avoid stored procedures like . . .
Sometimes the only way things ever got fixed is because people became uncomfortable.
Glyndwr Bartlett wrote:... Produces the cssString of cssItalic. And this works. However, I want to be able to pass more than one css name to the client side. For this to work the client side needs to receive the css names in square brackets, quotes and separated by commas, e.g.,:
Sometimes the only way things ever got fixed is because people became uncomfortable.
The harder you work, the luckier you get. This tiny ad brings luck - just not good luck or bad luck.
free, earth-friendly heat - a kickstarter for putting coin in your pocket while saving the earth
https://coderanch.com/t/751654/free-earth-friendly-heat-kickstarter
|