I've to tranfer a flow chart created in Visio to a SQL DB. I know how I can transfer standard properties of a form to a table record. What I'm not able to do is transfer the connection of 2 forms (I want to create a record with father and son of a connector), is it so difficult?
Is not possible...
Someone could help me to translate this query that works in correct way under microsoft sql, but I cannnot execute it in Oracle?
update ao set
A3O_C_AUS=t.A3O_C_AUS,
A3O_C_ERST=t.A3O_C_ERST,
A3O_C_BEM=t.A3O_C_BEM
from AUSGAB3_ORG ao
join AUSGAB3_ORG_temp t on ((ao.A3O_D_TYP=t.A3O_D_TYP and...
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.