WEB DEVELOPMENT USING ORACLE & DOTNET
Web Development
2
Posts
2
Posters
0
Views
1
Watching
-
I want to develop webpages using dotnet with oracle database. Is there any utility available for generating .net program using a table/tables from oracle ? One or two oracle tables may be joined using a condition or a join can be used.
-
I want to develop webpages using dotnet with oracle database. Is there any utility available for generating .net program using a table/tables from oracle ? One or two oracle tables may be joined using a condition or a join can be used.
ADO.NET supports Oracle databases already and LINQ is very useful at several levels of abstraction -- DataSets/DataTables/XML/etc. Oracle probably has a console for DB administration, but I do not use Oracle -- but there is an Oracle Provider native to the .NET system.