Try inheriting from OracleDataClientDriver and public override bool
SupportsMultipleQueries
{
get { return true; }
}
but then, probably, you will need something else in the batcher.2009/9/9 dyahav <[email protected]> > > Hi, > I'm trying to execute a multi query and I get the following > exception: > The driver NHibernate.Driver.OracleDataClientDriver does not support > multiple queries. > > I didn't see any documentation about this issue. > Is there any way to run a multi query? > Thanks > dyahav > > > > -- Fabio Maulo --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "nhusers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nhusers?hl=en -~----------~----~----~----~------~----~------~--~---
