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 > Creating DB2 function in C

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 01-18-05, 07:00
Ravinda Ravinda is offline
Registered User
 
Join Date: Jan 2005
Posts: 1
Creating DB2 function in C

Hi,

I'm new to creating DB2 funcions.
I have a C++ dll that has a function I've wirtten to decode values.

Please let me know how I can use this function (build in to a dll) in a SQL select statement.

Expected usage:

Select MyFunction(<column name>) from MyTable;

I read some articles on creating UDFs. But could not find a way to use my function in a SELECT statement.
Please help.

Thanks
Chamila
Reply With Quote
  #2 (permalink)  
Old 01-19-05, 07:09
gardenman gardenman is offline
Registered User
 
Join Date: Apr 2004
Posts: 54
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