home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / database / informix / 3047 < prev    next >
Encoding:
Internet Message Format  |  1993-01-24  |  1.2 KB

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