×
The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.
I used Kent Milligan's code to create an encryption program for a table.
I created the table using the create command:
CREATE TABLE CBLIB/PPINFO (PPLOAN NUMERIC ( 10, 0) NOT NULL, PPSEQ
NUMERIC ( 9, 0) NOT NULL, PPNAME CHARACTER ( 25) NOT NULL WITH
DEFAULT 'Checking', PPROUT CHARACTER ( 9) NOT NULL, PPACCT
CHARACTER ( 25) NOT NULL)
Table PPINFO in CBLIB created but was not journaled.
Then the alter table to set the fieldproc to my column.
alter table cblib/ppinfo alter column ppacct
set fieldproc cblib/ppencrypt
Field procedure on column returned SQLSTATE 1 1 1.
I get the above error for this one column which when prompted:
Additional Message Information
Message . . . . : Field procedure on column returned SQLSTATE 1 1
1.
Cause . . . . . : Field procedure on column returned SQLSTATE 1 1
1. The associated message text is 1 1 1 2 2 2 2 2
2
Ç
More...
Press Enter to continue.
Message . . . . : Field procedure on column returned SQLSTATE 5 6
7.
Cause . . . . . : Field procedure on column returned SQLSTATE 5 6
7. The associated message text is
9
Ç
Ç
More...
Press Enter to continue.
This mailing list archive is Copyright 1997-2025 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact
[javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.