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

[ [EMAIL PROTECTED] ]

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-----
From: roberto [mailto:[EMAIL PROTECTED]
Sent:
Thursday, January 27, 2005 7:34 PM
To: 'ibatis-user-cs@incubator.apache.org'
Subject: RE: ParameterMaps

 

Yes, AFAIK, <dynamic> works with inline parameters to generate the SQL statement.

 

Roberto

 

 

-----Original Message-----
From: Joe Chandler [mailto:[EMAIL PROTECTED]
Sent:
Thursday, January 27, 2005 7:07 PM
To: ibatis-user-cs@incubator.apache.org
Subject: ParameterMaps

 

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

Reply via email to