Good day,
I'm having a problem with the filter function of adodc. I tried to filter records according to date range but I'm having an error message of "No value given for one or more required parameters"
This is the command text SQL of my adodc object
I'm having a problem with the filter function of adodc. I tried to filter records according to date range but I'm having an error message of "No value given for one or more required parameters"
This is the command text SQL of my adodc object
Code:
select * from pr_dtl where cut_off_date_frm = ? and cut_off_date_to = ?
Comment