Subject Create procedure with an array input parameter
Author Martijn Tonies
Hi there,

Is it possible to create a procedure with an input parameter
that is an array datatype?

eg:
create procedure myarrayproc
(
myint int[4]
)
as
begin
suspend;
end

I'm getting an error message - but I'm unsure if this is because
it isn't possible, or if it's because it's not the right syntax.

With regards,

Martijn Tonies
Database Workbench - developer tool for InterBase, Firebird, MySQL & MS SQL
Server.
Upscene Productions
http://www.upscene.com