Oracle Apex integration using/from ASP.NET C#; DB-Oracle
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 in开发者_JS百科tegration, 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
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
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.
精彩评论