Friday, May 14, 2010

Tip of the Day: Deploying an R:BASE eXtreme 9.0 (64) Database/Application

Supported Versions: R:BASE eXtreme 9.0 (64)
Supported Builds..: 9.0.1.10511 or higher
http://www.rupdates.com/rbg90_64

When you are ready to deploy your first R:BASE eXtreme 9.0 (64) database
and application, you may want to reset the version and time stamp of all
your forms, labels, reports, and stored procedures to clean start the first
deployed version of your application.

Use the following code:

-- TimeStamp_Forms_Labels_Reports_StoredProcedures.RMD
-- A. Razzak Memon
-- May 14, 2010
UPDATE SYS_FORMS3     SET SYS_FORM_VERSION   = 1, SYS_FORM_MOD_TS   = .#NOW
UPDATE SYS_LABELS3    SET SYS_LABEL_VERSION  = 1, SYS_LABEL_MOD_TS  = .#NOW
UPDATE SYS_REPORTS3   SET SYS_REPORT_VERSION = 1, SYS_REPORT_MOD_TS = .#NOW
UPDATE SYS_PROCEDURES SET SYS_PROC_VERSION   = 1, SYS_PROC_MOD_TS   = .#NOW
RETURN

Have fun!

Very Best R;egards,

Razzak.

--- RBASE-L
================================================
TO POST A MESSAGE TO ALL MEMBERS:
Send a plain text email to [email protected]

(Don't use any of these words as your Subject:
INTRO, SUBSCRIBE, UNSUBSCRIBE, SEARCH,
REMOVE, SUSPEND, RESUME, DIGEST, RESEND, HELP)
================================================
TO SEE MESSAGE POSTING GUIDELINES:
Send a plain text email to [email protected]
In the message SUBJECT, put just one word: INTRO
================================================
TO UNSUBSCRIBE: Send a plain text email to [email protected]
In the message SUBJECT, put just one word: UNSUBSCRIBE
================================================
TO SEARCH ARCHIVES:
Send a plain text email to [email protected]
In the message SUBJECT, put just one word: SEARCH-n
(where n is the number of days). In the message body, place any text to search for.
================================================


Reply via email to