news [mailto:[EMAIL PROTECTED] Behalf Of Kostadin 
> Bajalcaliev wrote:

> Sent: Freitag, 27. Februar 2004 01:30
> To: [EMAIL PROTECTED]
> Subject: GRANT EXECUTE ON FUNCTION
> 
> 
> I want to use functions in MaxDB, but it is not clear how to 
> grant execute
> privilege.
> For example a simple next_num function can be created as
> 
> CREATE FUNCTION NEXT_NUM (N INTEGER) RETURNS INTEGER AS
>     RETURN N + 1;
> 
> But
> 
> GRANT EXECUTE ON NEXT_NUM TO PUBLIC
> --->
> General error;-4016 POS(18) Unknown procedure name:NEXT_NUM.
> 
> GRANT EXECUTE ON NEXT_NUM TO PUBLIC
> 
> 
> 
> What is the problem?

Perhaps the version you are using:
As written several times, 7.5.01.xy is the version with full function-support.
Parts with many bugs/not implemented parts and so on are part of 7.5.00 and should NOT 
be used
(or used on your own risk). But do not expect them to work correctly.

Elke
SAP Labs Berlin
> 
> 
> 
> 
> -- 
> MaxDB Discussion Mailing List
> For list archives: http://lists.mysql.com/maxdb
> To unsubscribe:    
> http://lists.mysql.com/[EMAIL PROTECTED]
> 

-- 
MaxDB Discussion Mailing List
For list archives: http://lists.mysql.com/maxdb
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to