2
I have a Firebird (F) database with professional data:
Nome, Idade, CBO
I have a Paradox table (P) with occupation data:
CBO, Descrição
What I want to do is unite these two tables in a way that stays:
Nome, Idade, CBO, Descrição
where F.CBO = P.CBO
it is possible?
Yes, it is possible with a technique called dblink. Research a little on this topic, and ask us if you have any questions.
– Victor Tadashi
thanks, I will search yes. all help is valid
– Italo Rodrigo