Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
65 views

For the last couple days, I've been monting a structure to apply replication across 3 databases (Will be more than 20 in the next couple months). The replication process is OK, both databases (Source ...
Raphael Frei's user avatar
0 votes
1 answer
68 views

I have 2 fields that make up a date with time in a Progress database. One is a date type, "inv-date", and the other is an integer, "inv-time". I want to get the max date with time ...
Jesser's user avatar
  • 180
0 votes
2 answers
59 views

When using ODBC to OpenEdge multitenant database I can make query and get expected result. SELECT "LogiVal" FROM PUB."SysCtrl" AS mtc WHERE tenantName_tbl (mtc) = ('tenantID') AND &...
Leluloota's user avatar
0 votes
1 answer
243 views

Im trying to access a DSN on windows with a simple Node.js program that returns either a positive or a negative message. However, I keep getting the following message. Error connecting to database: ...
Hiroshi l's user avatar
0 votes
0 answers
103 views

My table contains those values : NODOS PROCEDURE PHASE 1 CXP PRB 1 CXP PEX And I want this : NODOS PROCEDURE PHASE 1 CXP PRB, PEX I use the progress database. ...
JeromeF99's user avatar
0 votes
1 answer
132 views

we use a client-server Openedge 11.6.4 database hosted in Windows Server, and Windows clients. We need some devices (like barcode scanners) to send and receive data from the database. So, I need to ...
Ezequiel's user avatar
0 votes
1 answer
504 views

I am new to Progress and have the Progress OE 12.2 developer Kit classroom version. Try to create an OpenEdge explorer connection using the studio and get the following error message. "The ...
jey11's user avatar
  • 1
0 votes
2 answers
448 views

I need to write an Openedge 11.6.4 ABL procedure that automatically: Connects to a PostgreSQL database. Read some info and write it in my OpenEdge DB. Disconnect from PostgreSQL. My problem is in ...
Ezequiel's user avatar
0 votes
2 answers
165 views

I use the database Progress 12.2 and I want to group rows with same id For example I have ID Code 1 PB 1 RO And I want : ID Code 1 PB, RO This is my request : SELECT id, code FROM table WHERE ...
JeromeF99's user avatar
0 votes
1 answer
171 views

I am connecting to an OpenEdge 12.2.0 database using the latest OpenEdge JDBC driver. The OpenEdge database is using Eclipse Temurin JDK version 11.0.14.101 and the application that connects via JDBC ...
Evan's user avatar
  • 372
1 vote
1 answer
357 views

I have a ODBC connection to Progress DB, via licensed Progress ODBC connector, version 11.7 (PROGRESS_OE_11.7_WIN_64_SQLCLIENTACCESS). ADF uses this ODBC connection to do various tasks, like copy data ...
Tautvydas Perminas's user avatar
0 votes
2 answers
649 views

I an doing update using open query on progress database which is connected to sql server using lined server . below is the query when I print : UPDATE OPENQUERY(PROGRESSDB,'SELECT * FROM PUB....
Dnyati's user avatar
  • 179
0 votes
1 answer
250 views

I need to connect to a Progress 10.1B database with laravel 9 framework, Somebody know how to do it ?
Luis Angel San Juan Cruz's user avatar
0 votes
1 answer
125 views

I am creating a custom report screen in which I have a fields item number, item type, prod line and status and there is a condition for item number that is I have to validate it against pt_mstr which ...
user avatar
0 votes
2 answers
95 views

I am using the following query to obtain the current component serial number (tr_sim_sn) installed on the host device (tr_host_sn) from the most recent record in a transaction history table (PUB....
ryyker's user avatar
  • 23.2k
0 votes
1 answer
215 views

I want to create a temp-table for generalized code maintenance(code_mstr) this is what I have written for the temp-table creation define temp-table tt_gcm no-undo field tt_fldname like code_fldname ...
user avatar
0 votes
1 answer
101 views

I wonder how exactly the "queries" for each and first work. lets say I have some tables A, B, C and D. How many records will I find if I use sth like: first B, each C, first D: <block> ...
user avatar
0 votes
1 answer
409 views

I have a dll that i want to call from Progress code but I can't complete. I have tried with Visual Studio 2022, Windows C++ Dll and Rust Dll. Windows C++, Visual Studio 2022 with Progress Cpp #...
Stéphane's user avatar
  • 143
0 votes
1 answer
2k views

I'm in the process of testing/playing about with Azure. We have moved an on-premise SQL Server database to an Azure Managed Instance, however, this contained a linked server to a Progress database ...
Michael's user avatar
  • 2,707
0 votes
3 answers
2k views

I need to create a SQL script to convert a integer field to varchar. My database is a Progress DB. This integer field (nrHoraRegistro) has a timestamp converted in integer. Is there a way to write a ...
Juliano Medeiros's user avatar
0 votes
0 answers
329 views

I'm getting ERROR [OpenEdge JDBC Driver][OpenEdge] Insufficient Memory. Memory allocation failed at 751 in Z:/vobs_sql/sql/src/rds/psr_bld1.cxx. Contact Progress Technical Support. If I execute query ...
Abhishek C's user avatar
0 votes
3 answers
2k views

How can we get database name in progress openedge like in SQL we can get database name by using show databases; or SELECT schema_name FROM information_schema.schemata; using SQL query to openedge DB.
Abhishek C's user avatar
1 vote
1 answer
1k views

I want a query to get the column relation or reference of column for the table or for all the databases. Like in MySQL, we have a query SELECT * FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE WHERE ...
Abhishek C's user avatar
0 votes
1 answer
712 views

I am using backup and after imaging to save a server db. Now i want to restore this db to my local pc. prorest db %network_drive%:%backupPath%\db.bk rfutil %db_destination%\db -C roll forward -ailist %...
JulesVerne's user avatar
0 votes
1 answer
830 views

I'm new to all this and would like some guidance and I'm not sure if this is the correct place, any help would be appreciated and really aimed at someone who doesn't know what they're doing, not my ...
Hassam3's user avatar

1
2 3 4 5
8