Re: Big number host variables in pro*C ??

From: LMayhew <lmayhew_at_aol.com>
Date: 26 Oct 1994 00:06:02 -0400
Message-ID: <38kkja$re_at_newsbf01.news.aol.com>


In article <38j5tn$4qr_at_tabloid.amoco.com>, jphoward_at_amoco.com (John Howard) writes:

> long int key_value doesn't work....

How about treating key_value as a char type. Like :

varchar key_value[14];

Then in the select say

WHERE KEY_VALUE = TO_NUMBER( :key_value)

That might be cumbersome.... but it should work.

Lee Received on Wed Oct 26 1994 - 05:06:02 CET

Original text of this message