J
Jason Hartsoe
is it possible to somehow select certain records inside a data adapter
for example i fill my adapter with:
(Select * FROM tbProduct WHERE StyleN = ImageRef AND LNKorDNL='LNK' AND
ImageType='Silhouette')
from there I want to select records only within that fill, adding a WHERE
statement
ie:
select within those records WHERE this='that' or those='these'?
for example i fill my adapter with:
(Select * FROM tbProduct WHERE StyleN = ImageRef AND LNKorDNL='LNK' AND
ImageType='Silhouette')
from there I want to select records only within that fill, adding a WHERE
statement
ie:
select within those records WHERE this='that' or those='these'?