Subject Usage of uuidlib
Author arnofab2000
Hi All.

I am testing the usage of GUIDS, and have download the uuidlib UDF.
Have installed it in my test db, have create a field to store the
create GUID.

Question:
How to create the GUID and store it in the apposite field?
eg:

In before trigger of the Fdb:

new.guid_field = fn_create_guid;
but.. don't work.

Any help, please??

Tia

Arnaldo