Chapter 14: Case Study 2
I have been going through the code and customizing it. I got a problem with the BuildSQLWhere. I dont seem to locate where in the code the condition is inserted for the SELECT .... FROM tblCustomer WHERE condition.
the WHERE must be WHERE customerID = value from text box but after the BuildSQLWhere function only WHERE or AND is inserted and I am lost.
I have rewritten following the steps in book and need your help.
|