Dears,
I am stuck in a strange issue; need your guidance to know where I am going wrong..
I want to filter records using
here
will be values like
it work well when i pass single value like '20121211152256' but when I try to pass multiple values like above it is not returning any rows. Though it works well same query when i run in MS SQL Management Studio ..
Below are details of my code and table adapter:
Attachment 94283
Thanking you,
Best Regards,
Sam
I am stuck in a strange issue; need your guidance to know where I am going wrong..
I want to filter records using
Code:
Where ioBatchID IN (@setOfRecords)Code:
@setOfRecordsCode:
('20121211152256','20121211152257','20121211152291','20121211152125')Below are details of my code and table adapter:
Attachment 94283
Code:
Me.viewOutwardDeliveryNoteTableAdapter.FillByCriteria(Me.dsOutwardDeliveryNote.viewOutwardDeliveryNote, strBatchNos)Best Regards,
Sam