I move from OracleDB to PostgreSQL.
I have many Oracle Pro*C files, how can I make PostgreSQL understand them ?
Maybe with PostgreSQL C language functions?
I move from OracleDB to PostgreSQL.
I have many Oracle Pro*C files, how can I make PostgreSQL understand them ?
Maybe with PostgreSQL C language functions?
No, what you need is a precompiler for embedded SQL.
In PostgreSQL, that is ECPG.
Things probably won't work without slight changes, but it shouldn't be too bad.