Login
`
Templates, Tools and Utilities
|
||
Add a comment to an Icetips ArticlePlease add your comments to this article.
Please note that you must provide both a name and a valid email address in order
for us to publish your comment. Comments are moderated and are not visible until they have been approved. Spam is never approved!
Back to article list Search Articles Add Comment Printer friendly Direct link Par2: Duplicate() 1999-01-28 -- Scott Ferret The DUPLICATE() statement has two states. If you do a GET(file,0)
before calling DUPLICATE() it tests if the current record buffer would
fail on an ADD() call. If no GET(file,0) is issued it tests if a PUT()
would fail. The only one of these options that work with SQL systems
is the ADD test. It also works when doing the PUT test for the primary
key. The PUT test fails if you have a primary key and another unique
key and you are changing the component of the unique (but non-primary)
key.
Today is November 23, 2024, 2:19 am This article has been viewed 35204 times.
|
|