Chris D Stoneley 25.Nov.03 12:06 PM a Web browser DECSDECS - All ReleasesAll Platforms; AIX; HP-UX; iSeries; Linux; Solaris/SPARC; Windows NT; Windows 2000
I've read the help and several postings on here but I cannot find an example of the following.
I want to use DECS to support live data between Domino and an AS/400 - got it all configured, works like a charm. Unless I start to do data manipulation:
i.e.
Source (As/400)
DATAA
DATAB
Destination (Domino)
DATAC = "DATAA"-"DATAB"
Whats wrong with FIELD DATAC:=(DATAA & "-" & DATAB)? or @SetField(DATAC;DATAA & "-" & DATAB);
So to sumarise in case I've got completely the wrong end of the stick (as often happens!) On our AS/400 we have two fields DATAA and DATAB; on the Domino database I want to concatenate these two fields into one field DATAC seperated with a hyphen.... and have this process work both ways.
Can it be done with DECS? What should be pre- and what should be post-?
Can anyone suggest some good walkthrough examples? The help documentation hasn't been much help so far. (Is that an oxymoron?)