Thanks Sami.

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Sami Aaron
Sent: Monday, September 06, 2004 11:18 AM
To: RBG7-L Mailing List
Subject: [RBG7-L] - RE: Saving data to a form.

Benjamin -

Change it to:
UNLOAD DATA FOR SYS_FORMS2 WHERE SYS_FORM_NAME = 'oldform'

This will create two  files, tempform.dat and tempform.lob.  Be sure to copy
both file to the folder where the new database resides.

Sami

------------------------------------------
Sami Aaron
Software Management Specialists
19312 W 63rd Terr
Shawnee KS  66218
913-915-1971
mailto:[EMAIL PROTECTED]
www.softwaremgmt.com


-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Benjamin
Strickland
Sent: Monday, September 06, 2004 10:02 AM
To: RBG7-L Mailing List
Subject: [RBG7-L] - RE: Saving data to a form.



Is the code below the correct code for saving a form?

My problem is the output file is giving me blank data.

Ben

CONNECT olddb
SET NULL -0-
OUTPUT tempform.dat
BACKUP DATA FOR SYS_FORMS2 WHERE SYS_FORM_NAME = 'oldform'
OUTPUT SCREEN
CONNECT newdb
SET NULL -0-
RUN tempform.dat

Reply via email to