CRC32RECORD()

From Lianjapedia
Jump to: navigation, search

Purpose

Function to return the CRC32 checksum value for the current record

Syntax

CRC32RECORD([nWorkarea | cAlias])

See Also

CRC32(), DES3_DECRYPT(), DES3_ENCRYPT(), DECRYPT, ENCRYPT, MD5(), MD5FILE(), RTOS(), SHA256RECORD(), SHA1(), SHA1FILE(), SHA256(), SHA256FILE(), SET ENCRYPTION

Description

The CRC32RECORD() function is used to return the CRC32 checksum value for the current record. The numeric cursor/workarea or character string alias can optionally be specified.

Example

open database southwind
select 2
use shippers
? crc32record()
? crc32record(2)
? crc32record("shippers")