Re: [Sqlrelay-discussion] Using INOUT variables in oracle
Brought to you by:
mused
|
From: leonid b. <leo...@gm...> - 2008-06-26 16:40:45
|
Im'm solved this problem with patch http://sourceforge.net/tracker/index.php?func=detail&aid=1652852&group_id=10238&atid=360238(whitch was buggy). But this patch not solves all problems. Inout variables now work only with String and Double, but Integer not working. And there is one thing, when using defineOutputBindDouble(variable,scale,precission) you MUST set scale and precission, or you get error. Now i'm trying to solve another trouble which explained here http://sourceforge.net/tracker/index.php?func=detail&aid=1906458&group_id=10238&atid=360238 . 2008/6/26 David Muse <dav...@fi...>: > Hmmm. I'm surprised that doesn't work. I've done it that way before, > though admittedly not lately. Are you calling getOutputBindDouble() > after running the query? > > David Muse > dav...@fi... > > On Tue, 2008-06-17 at 15:01 +0400, leonid bugaev wrote: > > How to use this type of variables? > > Simple > > inputBind(variable, value) > > defineOutputBindDouble(variable) > > > > won't work :( > > __________________________________________________ > > D O T E A S Y - "Join the web hosting revolution!" > > http://www.doteasy.com > > ------------------------------------------------------------------------- > > Check out the new SourceForge.net Marketplace. > > It's the best place to buy or sell services for > > just about anything Open Source. > > http://sourceforge.net/services/buy/index.php > > _______________________________________________ Sqlrelay-discussion > mailing list Sql...@li... > https://lists.sourceforge.net/lists/listinfo/sqlrelay-discussion > > > > __________________________________________________ > D O T E A S Y - "Join the web hosting revolution!" > http://www.doteasy.com > > ------------------------------------------------------------------------- > Check out the new SourceForge.net Marketplace. > It's the best place to buy or sell services for > just about anything Open Source. > http://sourceforge.net/services/buy/index.php > _______________________________________________ > Sqlrelay-discussion mailing list > Sql...@li... > https://lists.sourceforge.net/lists/listinfo/sqlrelay-discussion > |