曹
曹晓钢
Unregistered / Unconfirmed
GUEST, unregistred user!
VC sample:
CString a = " this /
is /
a /
Strint!";
在Java里怎么写?
我现在是:
q.SQL = " select distinct od.CHREXPORTOFFICE from nullid.orderdetail od,nullid.order o "
+ " where od.CHRimportorder=o.chrno"
+ " and o.INTstatus = "+Defines.ORDER_APPROVED
+ " and o.CHRSaleCom='TSPL'"
+ " and ( od.CHRTSPLOrder is null or od.CHRTSPLOrder='')";
if (!q.safeOpen())
return -1;
显然不爽。
Thanks!
CString a = " this /
is /
a /
Strint!";
在Java里怎么写?
我现在是:
q.SQL = " select distinct od.CHREXPORTOFFICE from nullid.orderdetail od,nullid.order o "
+ " where od.CHRimportorder=o.chrno"
+ " and o.INTstatus = "+Defines.ORDER_APPROVED
+ " and o.CHRSaleCom='TSPL'"
+ " and ( od.CHRTSPLOrder is null or od.CHRTSPLOrder='')";
if (!q.safeOpen())
return -1;
显然不爽。
Thanks!