More specifically, I have a Lotus Domino app written in Lotusscript that I need to call a Progress stored procedure and pass parameters to update a Progress database. I can run the stored procedure from SQL Explorer by doing
call pub.stor_proc('123', 'Hello');
I haven't been successful yet in calling the stored procedure from Lotusscript. I was wondering if anyone else had tried this, not necessarily from Lotusscript, but any other database and how the call was formatted.
Progress 9.1D09, Windows 2003 Server
Thanks,
John Reith
jreith@wwlinc.com
call pub.stor_proc('123', 'Hello');
I haven't been successful yet in calling the stored procedure from Lotusscript. I was wondering if anyone else had tried this, not necessarily from Lotusscript, but any other database and how the call was formatted.
Progress 9.1D09, Windows 2003 Server
Thanks,
John Reith
jreith@wwlinc.com