1

I'm looking for a simple guide how to use Oracle Apex to show info from DB integrating it with .NET using c#. So I hope you could share any tutorials about APEX & .NET integration, links exmaples, maybe a plan how would you connect these two technologies to show information in a apealing way to User.: My plan:

1.Connect to Oracle db from .net

2.Use webservices(no idea how yet..., I understan how webservices work but...)

3.Integrate with Apex(???), than we could give Oracle DB schemas through .net/webservices and Apex could show information in the Browser

I'm looking for practical suggestions! explanation how to do this, tutorials, links, books, examples, links to examples...

Peace, WiseMokn

p.s. any great, practical, with lots of examples, book about apex&c# would be nice

WiseMonk
  • 54
  • 5

2 Answers2

0

See the articles on working with Oracle and Microsoft enterprise library

also this tutorial from devstuff

see Oracle Forum also

One SO question regarding this is here

Community
  • 1
  • 1
Prasanth
  • 3,029
  • 31
  • 44
0

If you are only wanting apex for reporting, you can pass parameters in the apex URL to the apex report to do some basic things like filter.

I'm not very clear on what you are trying to achieve.

Emu
  • 494
  • 6
  • 15