Hi there!
Commit does not work on my system and I do not know
why. When I select data after an update, the select
statement shows old data. The new date is only shown
after another update. What's wrong?
$query2="update reale_adresse set adresse_typ_id='$reale_adresse_typ_box', strasse='$strasse_text', postfach='$postfach_text',plz='$plz_text',";
$query2.="ort='$ort_text',land_id='$land_box' where id=$uvalues[0]";
$map="no";
$stmt1 = OCIParse($connection,$query1);
$stmt2 = OCIParse($connection,$query2);
if ($map!="no")
{
OCIExecute($stmt1);
}
OCIExecute($stmt2);
OCICommit($connection);
Thanks,
Michael