Archived

This forum has been archived. Please start a new discussion on GitHub.

problem about oracle and Ice

Now I have some records in a database (Oracle),I want to insert or select some info from the database which is not local using pro*c ,does the Ice could do that?

Comments

  • benoit
    benoit Rennes, France
    Why not simply access the Oracle database remotely with Pro*C? Ice is a general purpose object oriented middleware so there's no doubt it could help developping an application which would be distributed between your client machine and your oracle server but here the simplest would be to use the remote features provided by your database.

    Benoit.