Subject Re: UDA returning arithmetic exception, numeric overflow, or string truncation
Author samcarleton
--- In firebird-support@yahoogroups.com, Thomas Steinmaurer <ts@...> >
>
> Before re-inventing the wheel, there are UDF libraries out there,
> which have something like that. I guess FreeAdhocUDF for example.

Thomas,

Well that would be nice, except...

The lib doesn't have exactly what I am trying to do. I am trying to store the UUID in it's native format of 16-bits. The value is not going to be used in this database, but part of Microsoft Sync Framework. The goal is to keep it native and to tweak the .Net provider we are using to read it in and work with it as a .Net Guid.

Sam