1Tbl_purchasemaster1 と 1Tbl_purchasesub1 の 2 つのテーブルと、次のようなクエリがあります。
SELECT Tbl_PurchaseMaster.dtPurchaseDate,Tbl_PurchaseMaster.vaSupplierName,
Tbl_PurchaseSub.vaItemCode,Tbl_PurchaseSub.intQuantity
FROM Tbl_PurchaseMaster
INNER JOIN Tbl_PurchaseSub
ON
dbo.Tbl_PurchaseMaster.intPurchaseMasterID = dbo.Tbl_PurchaseSub.intPurchaseMasterID
where dtPurchaseDate between '" + dtfr + "'and'" + dtto
+ "' dtfr=datefrom and dtto=dateto..
これらの値をデータセットに入力するにはどうすればよいですか? 入力したら、Crystal Reports に表示したいと思います。助けてください