Hello Guy's !!
can some one help me with this
[Only registered and activated users can see links. Click Here To Register...]
can some one help me with this
[Only registered and activated users can see links. Click Here To Register...]
SELECT * FROM _RefShopGoods WHERE RefPackageItemCodeName like 'PACKAGE_ITEM_EU_M_HEAVY_04_FA_A'
SELECT * FROM _RefScrapOfPackageItem WHERE RefPackageItemCodeName like 'PACKAGE_ITEM_EU_M_HEAVY_04_FA_A'
SELECT * FROM _RefPricePolicyOfItem WHERE RefPackageItemCodeName like 'PACKAGE_ITEM_EU_M_HEAVY_04_FA_A'
SELECT * FROM _RefPackageItem WHERE CodeName128 like 'PACKAGE_ITEM_EU_M_HEAVY_04_FA_A'
alright, this is a possible reason too.Quote:
well its happen in case you using a released db without a primary id lock in refobjcommon
so
- you aready added the same id twice
Or
- you add the same code twice
soultion
Remove last lines you have done , or set service to 0 and try again
SELECT * FROM _RefObjCommon WHERE ID = --put last lines id then previous ...etc
--if you found 2 lines with same id then you should know where the problem is.
SELECT * FROM _RefObjCommon WHERE CodeName128 like 'codename here'
-- do the same like above but with codename