I'm new to open edge progress ABL. How to connect to the open edge database using .pf file
How to connect to open edge data base using .pf file?
261 Views Asked by Naruhina At
2
There are 2 best solutions below
0
Tom Bascom
On
Create a .pf file, I am calling it connect.pf, containing something similar to:
# connect to db using a .pf file
-db dbname
along with any other startup parameters that you might desire and then reference the .pf file on your command line or in the properties of your shortcut:
mpro -pf connect.pf
Related Questions in OPENEDGE
- How xml-node-type = 'hidden' play a role in a loop
- how to use odbc-pool on Node.js project
- Import a progress 4gl file which contains multiple procedure inside a procedure
- How to export the start date and time in MS Project?
- Copy and use Progress database file at runtime
- Is it possible to find out the list of programs which reads a table per second in real time? - PROGRESS 4GL
- Using preprocessor variable as include file parameter in Progress
- CREATE trigger in an OpenEdge database
- OpenEdge ABL JSON to temp table: READ-JSON
- Is it possible to connect to Progress DB if you don't know any login info?
- Get invoked Progress procedure .p file location at runtime
- Openedge record scope using for each and first-of
- Progress - How to concatenate many rows with same id in sql?
- How can I differentiate an Array of integer values vs an Array of Object
- OpenEdge JSON with a extent propertry
Related Questions in PROGRESS-4GL
- How xml-node-type = 'hidden' play a role in a loop
- Import a progress 4gl file which contains multiple procedure inside a procedure
- How to export the start date and time in MS Project?
- Copy and use Progress database file at runtime
- Is it possible to find out the list of programs which reads a table per second in real time? - PROGRESS 4GL
- Using preprocessor variable as include file parameter in Progress
- CREATE trigger in an OpenEdge database
- OpenEdge ABL JSON to temp table: READ-JSON
- Get invoked Progress procedure .p file location at runtime
- How can I differentiate an Array of integer values vs an Array of Object
- OpenEdge JSON with a extent propertry
- Using XSD to generate ProDataSet, populate manually, then use ProDataSet to create XML
- Is ROWID unique across all Progress database tables?
- Initializing date format
- MTOM Request in Progress OpenEdge
Related Questions in PROGRESS-DB
- how to use odbc-pool on Node.js project
- CREATE trigger in an OpenEdge database
- Is it possible to connect to Progress DB if you don't know any login info?
- Progress - How to concatenate many rows with same id in sql?
- Is ROWID unique across all Progress database tables?
- Is it possible to set an OpenEdge 11.6.4 database in an Apache TomCat?
- OpenEdge Progress 12.7 - can't insert data into table after adding SQL trigger
- Unable to connect Solix application to archive database progress
- How to run Openedge explorer?
- Console Command Utility for progress?
- Read PostgreSQL tables from an Openedge program
- Make query with offset and limit on openedge
- Progress 12.2 - Concat rows with same ID
- Is there a way I can fast load data with SSIS?
- How do I make triggers fire without error when connecting to an OpenEdge 12.2 database using JDBC?
Related Questions in 4GL
- How to pass date parameter to query in temporary (work) table?
- Find differences between list and column
- Change cell color in a dynamic browse
- How to create calculator for hexadecimal to binary in Progress 4GL
- How to calculate sum of values per column except one column to have total values per each column in PROC SQL / SAS Enterprise Guide?
- How to select duplicates rows with duplicates in each column in SAS Enterprise Guide?
- How to select only these rows where values in all column all the same in SAS Enterprise Guide?
- How to remove characters after defined character in PROC SQL in SAS Enterprise Guide?
- How to calculate mean values per values in other column in one PROC SQL query in SAS Enterprise Guide?
- How to create 2 new columns with appropriate prefix based on values in columns with same prefix in SAS Enterprise Guide / PROC SQL?
- How to create new columns with names of columns with values in descending order in SAS Enterprise Guide / PROC SQL?
- How to create column with name of column with the highest value per each ID in SAS Enterprise Guide / PROC SQL?
- How to aggregate number of occure each value per column in table in SAS Enterprise Guide?
- How to aggretage col1 per ID and val1 per ID and values in col1 in SAS Enterprise Gude or PROC SQL?
- How to fill missing values in numeric columns by using 0 in one table base on existing these columns in other tables in SAS Enterprise Guide?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular # Hahtags
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
The PF file is a simple text file with all relevant database connection parameters, e.g.
or
Then you start the client with