From: Peter J. <pj...@wa...> - 2004-05-03 07:25:50
|
Hi Chris, All, > in a stored procedure. I was wonder is there was a way to set up alias in > Firebird such that they can be used in a store proc in the following > manner... > > create procedure my_spoc( myparamGuid Guid ) > > Where Guid is defined as "CHAR(16) CHARACTER SET OCTETS" In my limited understanding, this is not supported, as domains are not types. FB lacks user definable types and domains are only a very basic substitute for UDTs. But to get a more substantive and authorative answer, you may want to put your question to the main support mailing list, as it is not .NET provider specific. Regards, Peter Jacobi |