Subject | Domains and Stored Procs |
---|---|
Author | sdbeames |
Post date | 2003-08-08T00:34:29Z |
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
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