Figure 1. Create a Database Shared Between .NET and J2EE.
You can use JDBC and ADO.NET to perform simple database access from Java and .NET, respectively. Both drivers can point to the same instance of a database and be used to insert, update, and delete records, thus enabling data to be shared between the two platforms.