How to run a progress session without DB

Pavan Yadav

Member
Hi All,

How to run a progress session without DB in batch mode. I want to execute a set of code which is not using any sort of Database.
For example:: I just want to execute a .p containing a message "Hello" only.

Please do needful and clarify this progress concept.
 

mrobles

Member
You don´t have to be connected to a database to run a program in batch mode.
Example: mbpro -p hello.p
 
Top