Questions tagged [4gl]

A programming language with a specific domain intended, such as business or science, in which the basic units are of a higher abstraction or power.

Following on the heels of 3GL languages such as C, COBOL and Pascal, the promise of the 4GL was to solve the problem at a higher level of abstraction. A 4GL would be designed with a specific problem domain in mind, such as commerce.

Many 4GLs did not go on to fulfill their initial promise, as 3GLs continued to expand in power and scope, and standardized libraries became more pervasive. The line today between a 3GL and a 4GL is blurry; most modern languages could be considered 4GLs.

Simply tagging your post should be avoided. It's better to tag your post with a tag of your specific 4GL-language. Or at least add the language tag to the 4GL-tag.

Examples:

Informix 4gl can be tagged .

Progress 4GL/ABL -->

Ingres -->

etc.

137 questions
-2
votes
1 answer

SIMILAR TO predicate ingres 4gl issue

I used this query to get a regular expression with successful results. select * from paso_string where 'AAAAAAAAA' SIMILAR TO columname But, When I use this query into ingres 4GL show me an error when I try to compiling and show me the follow…
JOSE0219
  • 9
  • 5
-2
votes
1 answer

what is a great progress query tool

I am new to Progress. Previously I worked with Oracle, MSSQL and MYSQL. What is a great progress query tool, free or paid? I want to be able to write simple SQL queries. In oracle i am using Toad,Pl/sql developer tool to connect oracle. Any thing in…
user3668036
  • 25
  • 1
  • 8
1 2 3
9
10