Kbase P26378: What is the SQL-92 equivalent of the 4GL raw-transfer comman
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  6/4/2003 |
|
Status: Unverified
GOAL:
What is the SQL-92 equivalent of the 4GL raw-transfer command.
GOAL:
Is it possible to copy an entire record into a VARBINARY column within an SQL-92 Trigger ?
FIX:
It is a fundamental part of SQL-92 that the user does not have access to the database record, but only to the individual columns of a table. So it is not possible to copy an entire record to a VARBINARY column.