Menu

#9 error in rowid migration

open
None
5
2008-05-12
2008-05-12
naim
No

old statement in oracle fnb file :

select a,b FROM bestand_buchungen
where rowid = :vg700.rowid;

was generated by tanit as the following :

select a, b FROM bestand_buchungen
WHERE rowid = :(null)

Example : File mlf970a.inp

The generation must be reviewed !!!

Discussion


Log in to post a comment.