Relational Database Search

Aukx

New member
Joined
Jul 24, 2008
Messages
1
Programming Experience
3-5
Suppose i have 2 tables one is 'product category','product sub category'..


and both links are expend in form by binding source .. and data shows no prb..


i find data from 'product category' binding source by

Me.PS_CATEGORY_DISBindingSource.Find("ID", Id) but

when i try to find the same as on 'product sub category' binding source it give me a error ..


is there any good way to search data from a relational datatable .. and get the postion of the row...
 
Back
Top