Subject Domains and Stored Procs
Author sdbeames
Hi all,

I'm just curious as to why I can't use a existing domain to define
a Stored Procs parameter type. Is there some obvious reason I've
missed?

eg

CREATE DOMAIN MY_KEY_DOM AS INTEGER^
.....
create MY_PROC(MY_KEY MY_KEY_DOM) as......

FB1.0 (but I didn't see anything changed for FB1.5 either)

Thanks,
Steve