my $update_pcm = $dbh->prepare(qq{
UPDATE PRODUCT_CATEGORY_MEMBER SET product_Category_Id = ?, FROM_DATE = NOW() WHERE PRODUCT_ID = ? AND PRODUCT_CATEGORY_ID = ?
});
my $update_product = $dbh->prepare(qq{
UPDATE PRODUCT SET primary_product_Category_Id = ? WHERE PRODUCT_ID IN ? AND...
for reasons out of my control i can't post the whole code, but i'll post the queries that the perl script makes and ill find you in one how it works
my $update_pcm = $dbh->prepare(qq{
UPDATE PRODUCT_CATEGORY_MEMBER SET product_Category_Id = ?, FROM_DATE IN NOW() WHERE PRODUCT_ID = ? AND...
Hello, currently I'm trying to use PERL to update my web sites database with new info. I am trying to update large numbers of rows, reading information from a text file, and it fails every time stating that I cannot update or insert a child row as foreign key constraints fail (which is something...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.