Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I would like my application does not depend on the database, today it can be Postgrest and tomorrow Oracle. What limitations does it have to use the JDBC component? Regards, and thank you very much.
Hello,
ELT means the component creates actually nothing more than SQL statements which does the job. It has the advantage to avoid transferring the data outside the database but you lose the control over the flow and cannot say anything about the progress and of course it works only in database which are connected to each other.
Best regards
Sabrina