home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / database / sybase / 634 < prev    next >
Encoding:
Internet Message Format  |  1993-01-08  |  3.0 KB

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!sdd.hp.com!network.ucsd.edu!ogicse!pnl-oracle!news
  2. From: jordan@warped.pnl.gov (Randy Jordan)
  3. Newsgroups: comp.databases.sybase
  4. Subject: Re: Using Views for data presentation
  5. Keywords: name, spelling
  6. Message-ID: <1993Jan5.180729.14793@oracle.pnl.gov>
  7. Date: 5 Jan 93 18:07:29 GMT
  8. Article-I.D.: oracle.1993Jan5.180729.14793
  9. References: <92356.101548IDAZS@ASUACAD.BITNET> <wolfgang.726176551@sfu.ca> <29829@ursa.bear.com>
  10. Sender: news@oracle.pnl.gov
  11. Reply-To: jordan@warped.pnl.gov (Randy Jordan)
  12. Organization: Battelle, Pacific Northwest Laboratory
  13. Lines: 56
  14.  
  15.  
  16. In article <29829@ursa.bear.com>, solar@fsrg.fsrg.bear.com (William del Solar) writes:
  17. |>Path: pnl-oracle!ogicse!uwm.edu!zaphod.mps.ohio-state.edu!usc!cs.utexas.edu!qt.cs.utexas.edu!yale.edu!ira.uka.de!sol.ctr.columbia.edu!ursa!fsrg!solar
  18. |>From: solar@fsrg.fsrg.bear.com (William del Solar)
  19. |>Newsgroups: comp.databases.sybase
  20. |>Subject: Re: Using Views for data presentation
  21. |>Keywords: name, spelling
  22. |>Message-ID: <29829@ursa.bear.com>
  23. |>Date: Mon, 4 Jan 93 14:53:31 PST
  24. |>Article-I.D.: ursa.29829
  25. |>References: <92356.101548IDAZS@ASUACAD.BITNET> <wolfgang.726176551@sfu.ca>
  26. |>Sender: news@bear.com
  27. |>Organization: Bear Stearns & Company, New York, NY
  28. |>Lines: 26
  29. |>
  30. |>In article <wolfgang.726176551@sfu.ca> wolfgang@fraser.sfu.ca (Wolfgang Richter) writes:
  31. |>><IDAZS@ASUACAD.BITNET> writes:
  32. |>
  33. |>>>First and last names are stored in separate fields in upper
  34. |>>>case. We have been partially successful in combining them to display
  35. |>>>in upper-lower case, using "substring" and "rtrim" functions. Names
  36. |>>>that have spaces or dashes, like "James Mc donald" or
  37. |>>>"Carol Terry-peplow" have been a problem....
  38. |>
  39. |>By storing names in upper case only, you are losing information that
  40. |>must later be either derived or even manufactured:
  41. |>
  42. |>How will you correctly spell names such as da Vinci, van Beethoven,
  43. |>ter Horst, von Krupp, della Robbia, and del Solar?
  44. |>
  45. |>If the spelling has been Americanized, how will you correctly spell
  46. |>names such as DellAquila, Deluca, DeSaro, or Delvalle?  From the last
  47. |>four names, it is not possible to derive a rule to spell the name correctly.
  48. |>
  49. |>The only solution that will satisfy both the folks who have Americanized
  50. |>the spelling of their names and those who haven't is to store names in
  51. |>both upper an lower case.
  52. |>
  53. |>Wm del Solar
  54. |>____________________________________________________________________________
  55. |>My opinions are not my employer's opinions:  I do not speak for my employer.
  56. |>
  57. --
  58.  
  59.     What your are talking about is "Case-insensitive" sort order.
  60.  
  61.     It's what we use... and even though the BOOK states that you take 
  62.     a performance hit for using it we haven't felt it, and the User-
  63.     friendly nature is more than usfull.
  64.  
  65. RJ
  66.  
  67. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  68.     To Thyne Own Self be true...
  69.                                  myne opinions are.
  70. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  71.