home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!zaphod.mps.ohio-state.edu!sol.ctr.columbia.edu!emory!emory!not-for-mail
- From: dave.snyder@snide.com (Dave Snyder)
- Newsgroups: comp.databases.informix
- Subject: Re: Do you know the coltype converstion?
- Date: 24 Jan 1993 21:13:03 -0500
- Organization: Mailing List Gateway
- Lines: 31
- Sender: walt@mathcs.emory.edu
- Distribution: world
- Message-ID: <1jvibfINNrtl@emory.mathcs.emory.edu>
- Reply-To: dave.snyder@snide.com (Dave Snyder)
- NNTP-Posting-Host: emory.mathcs.emory.edu
- X-Informix-List-ID: <list.1815>
-
- Quoting Reg Foulkes...
- }
- } I need to build a lookup table for coltype in syscolumns. Does anyone have
- } a list of the conversions?
- }
- } I know O is equivalent to Char and 256 is equivalent to Integer. Can anyone
- } help me fill in the blanks.
- }
- Here you go... and I believe 256 is really a CHAR that disallows NULL
-
- SQLCHAR 0
- SQLSMINT 1
- SQLINT 2
- SQLFLOAT 3
- SQLSMFLOAT 4
- SQLDECIMAL 5
- SQLSERIAL 6
- SQLDATE 7
- SQLMONEY 8
- SQLNULL 9
- SQLDTIME 10
- SQLBYTES 11
- SQLTEXT 12
- SQLVCHAR 13
- SQLINTERVAL 14
-
- DAS
- --
- David Snyder @ Snide Computer Services - Folcroft, PA Current Release
- is db4glgen-3.9
- UUCP: ..!uunet!das13!dave INTERNET: dave.snyder@snide.com
-