question about the "where ... like ... " clause in SQL

From: Marcolm (Marcolm.19w4hn_at_mail.codecomments.com)
Date: 07/24/04


Date: Sat, 24 Jul 2004 07:42:18 GMT

Thank you , Murray and Lukes. I have solved this problem.
--------------------
queryDataSet_srchAll.setQuery(new
com.borland.dx.sql.dataset.QueryDescriptor (database_hsmng, "select *
from onSale where productName like '" +
parameterRow.getString("pdName") + "%';", parameterRow, true));
--------------------

--
Marcolm
------------------------------------------------------------------------
Posted via http://www.codecomments.com
------------------------------------------------------------------------