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 > Informix > User Defined Routine

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 09-17-03, 07:30
sekarkc sekarkc is offline
Registered User
 
Join Date: Sep 2003
Posts: 1
User Defined Routine

Hi,

I want to create a user defined routine in C which would take Character string from Stored procedure. Can any one tell me how can I declare parameters both at C and stored procedure level?

I can create a procedure like this:

create procedure debug()
external name
"/home/informix/kcs/libtest.sl(kcstest)"
language C
end procedure;

I want parameter declaration for "kcstest" as well as for debug.

Help would be apprecaited.

Shekhar.
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