Ask a Question related to Informix, Design and Development.
-
Anton #1
CASTING
How could I compare two fields one of which is of integer type, the other is char?
The version of the INFORMIX is 7.2.
Thanks in advance.
Anton Guest
-
web casting
hi i'm looking for ext for DW for webcasting (appli with mysql-jsp and multimedia courses) -
casting question
I have two base classes called ProxyFactory and Proxy. I extend them both with CustomProxyFactory and CustomProxy. ProxyFactory has a static... -
Ray Casting
Is there an easy way to keep 2 objects the same distance from each other? I want the camera to cast a ray downward and move the camera up or down to... -
Casting a grid
I have a web form with several grids on it, and a procedure that cycles through each grid to do a number of tasks, using for next, and am getting a... -
Casting a Shadow..
Mindy Bollinger wrote: Like this? <http://www.photoshoptoday.com/Tutorials2002/Nov/PSBetterSpotS/default.asp> -- Regards Madsen. -
Art S. Kagel #2
Re: CASTING
On Tue, 15 Jul 2003 02:52:54 -0400, Anton wrote:
Where? In an SQL statement? If the char column only contains numeric> How could I compare two fields one of which is of integer type, the
> other is char? The version of the INFORMIX is 7.2. Thanks in advance.
characters you can compare the two columns directly the engine will
decide the most efficient conversion (char->int or int->char) for the
comparison based on the tables and statistics. In 9.xx you can use a
cast:
WHERE char_col = CHAR::int_col
Art S. Kagel
Art S. Kagel Guest
-
Melissa #3
Casting
Does anyone know of way in ASP to cast an integer to a string?
Thanks,
Melissa
Melissa Guest
-
Dan Brussee #4
Re: Casting
cstr(x)
On Wed, 22 Oct 2003 19:50:30 -0700, "Melissa" <mc1204@hotmail.com>
wrote:
>Does anyone know of way in ASP to cast an integer to a string?
>
>Thanks,
>Melissa
>Dan Brussee Guest
-
Mark Schupp #5
Re: Casting
What language?
For VBScript use
CStr(num)
--
Mark Schupp
Head of Development
Integrity eLearning
[url]www.ielearning.com[/url]
"Melissa" <mc1204@hotmail.com> wrote in message
news:_lHlb.33354$Rd4.25812@fed1read07...> Does anyone know of way in ASP to cast an integer to a string?
>
> Thanks,
> Melissa
>
>
Mark Schupp Guest



Reply With Quote

