Abd
09-25-2002, 02:37 PM
Hi All,
trying to select some field from a Sybase Database, see below for my piece of code, the select statement is not returning any record if AND is use. How can I resolve this, any help. See code below;
SELECT * from nitel_bill_payment where sequence_number = " &pcode& " AND bill_number = "&bill&"
where &pcode& and &bill& are textboxes name
Thanks
Abd
trying to select some field from a Sybase Database, see below for my piece of code, the select statement is not returning any record if AND is use. How can I resolve this, any help. See code below;
SELECT * from nitel_bill_payment where sequence_number = " &pcode& " AND bill_number = "&bill&"
where &pcode& and &bill& are textboxes name
Thanks
Abd