Menu
Home
Forums
New posts
Search forums
What's new
New posts
New resources
Latest activity
Resources
Latest reviews
Search resources
Members
Registered members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
Registered members
Current visitors
Menu
Log in
Register
Install the app
Install
Home
Members
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Rob Fitzpatrick's latest activity
Rob Fitzpatrick
replied to the thread
Progress OpenEdge Documentation Set for Dash Documentation and Snippets Browser
.
It looks like those resources have been removed.
Thursday at 11:10 AM
Rob Fitzpatrick
replied to the thread
wrong version number 44 convert db
.
It would be helpful if you provided some details, e.g. a directory listing of your backup file location, the command lines you are...
Sunday at 12:25 PM
Rob Fitzpatrick
replied to the thread
Question
Tutorial for simple crud application
.
Try adding a quit. as the last statement in the procedure.
Dec 9, 2020
Rob Fitzpatrick
replied to the thread
Question
Tutorial for simple crud application
.
This means that some process is currently connected to the database. It could be a single-user client session or a utility, for example...
Dec 9, 2020
Rob Fitzpatrick
replied to the thread
Count results in for-each
.
Sure. You can also add "no-lock" after "for each table", and an actual condition, and white space, etc. It was meant to be...
Nov 30, 2020
Rob Fitzpatrick
replied to the thread
Create a table using a variable?
.
To programmatically create the table and then load data into it, you could use the prodict/load_df.p and prodict/load_d.p routines from...
Nov 30, 2020
Rob Fitzpatrick
replied to the thread
ODBC connection causing DBI file grow
.
A DBI file is created by a SQL server to store query results during a query. I don't know if you can prevent it but you can change its...
Nov 26, 2020
Rob Fitzpatrick
replied to the thread
Count results in for-each
.
You could count them yourself: define variable i as integer no-undo. for each table where condition: // stuff i = i + 1. end...
Nov 26, 2020
Rob Fitzpatrick
replied to the thread
Question
Min and Max Date range that we can enter to progress DB
.
Date data type range: 1/1/32768 B.C. to 12/31/32767 A.D...
Nov 17, 2020
Rob Fitzpatrick
replied to the thread
Error message saying, "Application has failed to start because zlib1.dll was not found"
.
This is not a Photoshop support forum.
Nov 7, 2020
Rob Fitzpatrick
replied to the thread
Database location
.
Programmatically: for each dictdb._file no-lock where _file._tbl-type = 't' by _file-name: find dictdb._storageobject no-lock where...
Nov 4, 2020
Rob Fitzpatrick
replied to the thread
Database location
.
When you say "location", do you mean where a table is located within the database (i.e. its storage area) or the physical location(s) on...
Nov 4, 2020
Rob Fitzpatrick
replied to the thread
Connect to outlook application from batch progress session fails
.
It shows interactions with the OS, i.e. invocations of API functions, across a variety of classes: process and thread events, network...
Oct 29, 2020
Rob Fitzpatrick
replied to the thread
Connect to outlook application from batch progress session fails
.
Did you see this article? Outlook ActiveX Automation stops working after updates
Oct 28, 2020
Home
Members
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.
Accept
Learn more…
Top