Jeff Hilts
Jeff is a technical consultant with more than 15 years experience designing and developing software. He currently specializes in Microsoft .NET tools, Java, and Oracle databases.
Articles Authored
-
.NET and Oracle Java Stored Procedures - Bridging the Gap with XML
Last updated: Wednesday, February 20, 2019
Published in: CODE Magazine: 2003 - November/December
Using Oracle as your database in the .NET environment is relatively simple, except when returning JDBC ResultSets from Java stored procedures. The Microsoft and Oracle .NET data provider drivers allow for easy access to data from SQL queries and PL/SQL stored procedures. There is not, however, a simple interface to return ResultSet data from a Java stored procedure to a .NET client.