Can j# be used to provide jdbc functionality to an asp.net mvc application?
I have a service which exposes a JDBC interface ("yolus"/"ion arc" if anybody is familiar), and i'd like to be able to commincate with it from .net开发者_StackOverflow.
I'd rather not use an ODBC-JDBC Bridge, it's a real pain.
Is it possible to use J# for this and to integrate with or expose it to an existing .net codebase (asp.net mvc 2).
Thanks
J# is no longer supported so I would recommend you to stay away from it. Also why would a .NET application ever need JDBC functionailty when there's ADO.NET?
精彩评论