PDA

View Full Version : Oracle Action - command line options wrong


mevans
06-03-2015, 03:29 PM
The Oracle action is placing the command-line options in the wrong place.

Here's the format from SQL Plus:
sqlplus [ [<option>] [{logon | /nolog}] [<start>] ]

VBP is placing the options after the logon, not before. This causes an error.

I'm using sqlplus 11.2.0.3.3 and VBP 8.6.

kinook
06-03-2015, 08:23 PM
Fixed in the latest download (VisBuildAct.dll 8.7.0.5).

mevans
06-04-2015, 01:08 PM
It works. Thanks for the quick turnaround.