Executing a sql query using 4GL language

By | November 22, 2013

There are many a time when we need to get the aggregate or maximum function but 4GL Language do not offers a syntax for the same.
But we definitely have an option to use SQL queries in 4GL and this does the most of the job for us.

Just go through the statements mentioned below:

Format:

Local char REQSTR(250)(10)

For [Table name] where document no

REQSTR(0) = “SQL query ”

For fields_0 from Databasetyp Sql REQSTR(0…10) as tablename

Databasetyp: it is a database type for this we have create function so it will identify that current database uses by X3 server

We have applied this with example.

Local Char REQSTR(250)(10)

For [Z3T] Where 1=1

For [ZQRY] Where DOCNO = [F:Z3T]DOCNO

REQSTR(0) = “SELECT DOCDATE_0, QRNO_0 FROM ZETIQUERY WHERE ROWID      =”+num$([F:ZQRY]       ROWID)+””

For (Date DOCDATE, Char QRNO) From func GETDBTYP  Sql REQSTR(0..10) As [ZYOP]

Update [Z3T] Where DOCNO = [ZQRY]DOCNO With DOCDATE = [F:ZYOP]DOCDATE

Update [Z3T] Where DOCNO = [ZQRY]DOCNO With QRNO = [F:ZYOP]QRNO

Update [Z3T] Where DOCNO = [ZQRY]DOCNO With MARK = 2

Next

Next

Next

About Us
Greytrix – a globally recognized Premier Sage Gold Development Partner is a one-stop solution provider for Sage ERP and Sage CRM needs. Being recognized and rewarded for multi-man years of experience, we bring complete end-to-end assistance for your technical consultations, product customizations, data migration, system integrations, third-party add-on development and implementation expertise.

Greytrix caters to a wide range of Sage Enterprise Management (Sage X3) offerings – a Sage Business Cloud Solution. Our unique GUMU™ integrations include Sage Enterprise Management (Sage X3) for Sage CRMSalesforce.com and Magento eCommerce along with Implementation and Technical Support worldwide for Sage Enterprise Management (Sage X3). Currently we are Sage Enterprise Management Implementation Partner in East Africa, Middles East, Australia, Asia. We also offer best-in-class Sage X3 customization and development services, integrated applications such as POS | WMS | Payment Gateway | Shipping System | Business Intelligence | eCommerce and have developed add-ons such as Catch – Weight  and Letter of Credit for Sage Enterprise Management to Sage business partners, end users and Sage PSG worldwide.

Greytrix is a recognized Sage Rockstar ISV Partner for GUMU™ Sage Enterprise Management – Sage CRM integration also listed on Sage Marketplace; GUMU™ integration for Sage Enterprise Management – Salesforce is a 5-star app listed on Salesforce AppExchange.

For more information on Sage X3 Integration and Services, please contact us at x3@greytrix.com. We will be glad to assist you.