Unix Technical Forum

Procedures on Informix ODBC Driver

This is a discussion on Procedures on Informix ODBC Driver within the Informix forums, part of the Database Server Software category; --> Hello, i had a Probolemn with Procedures (Functions) on Informix ODBC Driver. This Procedure works with Intersolv ODBC Driver ...


Go Back   Unix Technical Forum > Database Server Software > Informix

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 04-20-2008, 09:11 AM
J?rg
 
Posts: n/a
Default Procedures on Informix ODBC Driver

Hello,

i had a Probolemn with Procedures (Functions) on Informix ODBC Driver.

This Procedure works with Intersolv ODBC Driver but not with the
Informix ODBC Driver:

CREATE PROCEDURE SVP_IN_XCHAR
( n_Test VARCHAR(254) )
RETURNING INTEGER;

IF n_Test = 'Testwert' THEN
RETURN 0;
ELSE
RETURN 1;
END IF;

END PROCEDURE;


The Statement {?=CALL SVP_IN_XCHAR(?)} returns:

Error: Invalid parameter type. (State:S1105, Native Code: FFFFD4B3)

Can anybody help me?

Thanks.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT. The time now is 09:48 AM.


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0
www.UnixAdminTalk.com