Link to home
Start Free TrialLog in
Avatar of DGSWEBMASTER
DGSWEBMASTER

asked on

calling sqlplus(plus33w) synchronously not asynchronously

When I call plus33w(sql plus) passing
run('plus33w login/password@database pgm1.sql pgm1.log', minimized!)

it runs asynchronously. In other words powerscript does not wait for it to finish and executes the next statement after
run('plus33w login/password@database pgm1.sql pgm1.log', minimized!)
Avatar of sajuks
sajuks

try using the TriggerEvent function and see if that works, or you could call it in a response window and wait for its execution to complete

cb_run.TriggerEvent(Clicked!) ( where the code for run is in the cb_run button )
just an example...
ASKER CERTIFIED SOLUTION
Avatar of diasroshan
diasroshan
Flag of Kuwait image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
hi,

need more assistance...???

Cheers,
Rosh
hi,

<waiting>

Cheers,
Rosh