Specifications

Configuring ODBC Data Exchange Reports
PlantScape Server and Client Configuration Guide 431
The following example will extract a floating point number, a 2-byte integer and
3 strings 10 characters long from record 5 of the file 256 starting at word 1, and
store this data in the SQL database.
insert into rwb
values(
where name_id=‘Fred Smith’;
"@ TABLEREF TABLENUM 256 RECORDNUM 5 WORDNUM 1 NUMRECORDS 1
FLOAT 2INT CHAR 10 3 @"
plscpcg.book Page 431 Monday, May 28, 2001 10:11 AM