And yes, if you need the <dynamic> SQL features of iBATIS, that’s a minus for using the ODP.NET provider.
Another downside of the ODP.NET 9i provider is the lack of DeriveParameters() support for stored procs since iBATIS .NET uses that method to process <procedure> statements. However, it is available in the 10g provider.
I don’t know what % of current iBATIS .NET users run on Oracle…
If anyone has suggestions, the dev list is a good place to start (issues/requests that are posted to the JIRA issue tracker also end up being automatically forwarded as emails to the dev list).
Roberto
-----Original Message-----
Yes, AFAIK, <dynamic> works with inline parameters to generate the SQL statement.
Roberto
-----Original Message-----
I think I know the answer, but when using parameter maps is the flexibility of the <dynamic> lost or Is there some trick I don’t know of…..
-J |
- ParameterMaps Joe Chandler
- RE: ParameterMaps roberto
- roberto