If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > DB2 > SQL0440N integer of type function...

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 04-28-04, 10:48
prithvi_raj prithvi_raj is offline
Registered User
 
Join Date: Apr 2004
Posts: 36
Angry SQL0440N integer of type function...

SQL0440N No authorized routine named "INTEGER" of type "FUNCTION" having
compatible arguments was found. SQLSTATE=42884

getting the above error .But the arguments to INTEGER are numeric only.
The arugument is not integer , its a user defined data type of integer.
i think it is a compatiable arugument.
Reply With Quote
  #2 (permalink)  
Old 04-28-04, 11:50
bmujeeb bmujeeb is offline
Registered User
 
Join Date: Mar 2004
Posts: 448
user -defined data types cann't be used with build-in or functions defined in schema sysfun.write your own udf.

regards,

mujeeb
Reply With Quote
  #3 (permalink)  
Old 04-28-04, 12:01
sathyaram_s sathyaram_s is offline
Super Moderator
 
Join Date: Aug 2001
Location: UK
Posts: 4,534
SELECT from syscat.castfunctions to see if your CAST is supported

HTH

Sathyaram
__________________
Visit the new-look IDUG Website , register to gain access to the excellent content.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On