Product oProd = new Product();
oProd.put(DB.nm_product,Gadgets.left(sFileName, 128));
oProd.put(DB.gu_owner, sGuWriter);
oProd.put(DB.dt_uploaded, dtNow);
if (sDescription!=null) oProd.put(DB.de_product, Gadgets.left(sDescription,254));
oProd.store(oConn);
ProductLocation oLoca = new ProductLocation();
oLoca.put(DB.gu_owner, sGuWriter);
oLoca.put(DB.gu_product, oProd.get(DB.gu_product));
oLoca.put(DB.dt_uploaded, dtNow);