I want to collect all the Design Information from an Database. It was possible for me to gather the most information, but I cant get Information about Foreign Keys! Is there an possibility to get the Foreign keys from an Oracle DB with an ODBC Connection?!?!?
for example MSSql gives the possibility in C# with:
SqlCommand myCommand = new SqlCommand("sp_fkeys", myConnection);
Is there existing an alternative for ODBC in C#?