Ask a Question related to Informix, Design and Development.
-
ovkrishna #1
Datatypes in Informix
Hi,
I am trying to obtain an extract of my Informix database into a
formatted spreadsheet.
The information of the fields in a table is maintained in SYSCOLUMNS
table. But the datatype of each column is given by COLTYPE field which
is of SMALLINT Type. Which table holds the reference of this datatype
name against the number?
There is one table SYSXTDTYPES. This contains the extended datatypes.
But I could not locate the table for the basic datatypes.
Please clarify
--
Posted via [url]http://dbforums.com[/url]
ovkrishna Guest
-
Converting Datatypes
Hi, I need to change a varchar field in my DB to a small date/time field. The problem is I don't want to lose the data, as I have quite a lot of... -
Complex DataTypes
Ok, I created a Web Service using PHP5 SOAP extension. I created the WSDL and I can serve and consume that service in PHP. Now I am trying to... -
Trouble Connecting to Informix DB with UnixODBC/Informix-Client-SDK-2.8UC2
Hello Informix Users! If anyone can help with this I will very much appreciate it!!! Setting up UnixODBC/informix is proving to be somewhat... -
Eleven FAQ's About comp.databases.informix and informix-list@iiug.org
Eleven FAQ's About comp.databases.informix and informix-list@iiug.org ===================================================================== Last... -
[comp.databases.informix] retrieving Stored procedure with SQL IN INFORMIX
On Fri, 27 Jun 2003 09:54:13 -0400, Lionel Girard wrote: Myschema does the same thing in ESQL/C and there are not spaces compressed out. The... -
Obnoxio The Clown #2
Re: Datatypes in Informix
ovkrishna wrote:
If you look in the software section of the IIUG.org website, you should find> I am trying to obtain an extract of my Informix database into a
> formatted spreadsheet.
>
> The information of the fields in a table is maintained in SYSCOLUMNS
> table. But the datatype of each column is given by COLTYPE field which
> is of SMALLINT Type. Which table holds the reference of this datatype
> name against the number?
>
> There is one table SYSXTDTYPES. This contains the extended datatypes.
> But I could not locate the table for the basic datatypes.
some code that will show you what to do.
--
Ciao,
The Obnoxious One
"Ogni uomo mi guarda come se fossi una testa di cazzo"
Obnoxio The Clown Guest
-
Jack Parker #3
Re: Datatypes in Informix
[url]http://www7b.software.ibm.com/dmdd/zones/informix/library/techarticle/0305pa[/url]
rker/0305parker.html#top
cheers
j.
-.-- --- ..- / -. . . -.. / - --- / --. . - / .- / .-.. .. ..-. . .-.-.- /
.... --- / -.. --- / .. .-.-.-
----- Original Message -----
From: "ovkrishna" <member44474@dbforums.com>
To: <informix-list@iiug.org>
Sent: Thursday, October 16, 2003 12:42 PM
Subject: Datatypes in Informix
sending to informix-list>
> Hi,
>
>
>
> I am trying to obtain an extract of my Informix database into a
> formatted spreadsheet.
>
> The information of the fields in a table is maintained in SYSCOLUMNS
> table. But the datatype of each column is given by COLTYPE field which
> is of SMALLINT Type. Which table holds the reference of this datatype
> name against the number?
>
>
>
> There is one table SYSXTDTYPES. This contains the extended datatypes.
> But I could not locate the table for the basic datatypes.
>
>
>
> Please clarify
>
>
> --
> Posted via [url]http://dbforums.com[/url]
>
Jack Parker Guest
-
fellfrosh #4
Re: Datatypes in Informix
> The information of the fields in a table is maintained in SYSCOLUMNS
Read the "Informix Guide to SQL: Reference" (Structure of the System Catalog).> table. But the datatype of each column is given by COLTYPE field which
> is of SMALLINT Type. Which table holds the reference of this datatype
> name against the number?
Cheers,
Lars
fellfrosh Guest
-
Art S. Kagel #5
Re: Datatypes in Informix
On Thu, 16 Oct 2003 12:42:53 -0400, ovkrishna wrote:
The datatypes are only documented in the docs and in the 'C' header file
sqltypes.h under $INFORMIXDIR/incl
Art S. Kagel
> Hi,
>
>
>
> I am trying to obtain an extract of my Informix database into a formatted
> spreadsheet.
>
> The information of the fields in a table is maintained in SYSCOLUMNS table.
> But the datatype of each column is given by COLTYPE field which is of SMALLINT
> Type. Which table holds the reference of this datatype name against the
> number?
>
>
>
> There is one table SYSXTDTYPES. This contains the extended datatypes. But I
> could not locate the table for the basic datatypes.
>
>
>
> Please clarify
>
>
> --
> Posted via [url]http://dbforums.com[/url]Art S. Kagel Guest
-
Jean Sagi #6
Re: Datatypes in Informix
Interesting article.
But it covers very simple catalog tables... does anyone know of a
similar article which describes the pseudo-tables in newer versions of
the engine?
Chucho!
Jack Parker wrote:--> [url]http://www7b.software.ibm.com/dmdd/zones/informix/library/techarticle/0305pa[/url]
> rker/0305parker.html#top
>
> cheers
> j.
> -.-- --- ..- / -. . . -.. / - --- / --. . - / .- / .-.. .. ..-. . .-.-.- /
> ... --- / -.. --- / .. .-.-.-
> ----- Original Message -----
> From: "ovkrishna" <member44474@dbforums.com>
> To: <informix-list@iiug.org>
> Sent: Thursday, October 16, 2003 12:42 PM
> Subject: Datatypes in Informix
>
>
>>>>Hi,
>>
>>
>>
>>I am trying to obtain an extract of my Informix database into a
>>formatted spreadsheet.
>>
>>The information of the fields in a table is maintained in SYSCOLUMNS
>>table. But the datatype of each column is given by COLTYPE field which
>>is of SMALLINT Type. Which table holds the reference of this datatype
>>name against the number?
>>
>>
>>
>>There is one table SYSXTDTYPES. This contains the extended datatypes.
>>But I could not locate the table for the basic datatypes.
>>
>>
>>
>>Please clarify
>>
>>
>>--
>>Posted via [url]http://dbforums.com[/url]
>>
>
> sending to informix-list
>
>
Atte,
Jesús Antonio Santos Giraldo
[email]jeansagi@myrealbox.com[/email]
[email]jeansagi@netscape.net[/email]
sending to informix-list
Jean Sagi Guest



Reply With Quote

