home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / sys / next / programm / 5320 < prev    next >
Encoding:
Text File  |  1992-07-29  |  1.1 KB  |  35 lines

  1. Newsgroups: comp.sys.next.programmer
  2. Path: sparky!uunet!usc!sol.ctr.columbia.edu!The-Star.honeywell.com!umn.edu!bru!newsman
  3. From: roder@mayo.edu (Mark N. Roder)
  4. Subject: Working with SYBASE bits with DBKit
  5. Message-ID: <1992Jul29.165653.12826@bmw.mayo.edu>
  6. Keywords: 3.0 SYABASE DBKit
  7. Sender: newsman@bmw.mayo.edu (/home/bmw/usenet)
  8. Reply-To: roder@mayo.edu(Mark N. Roder)
  9. Organization: Mayo Foundation, Rochester MN. Campus
  10. Date: Wed, 29 Jul 92 16:56:53 GMT
  11. Lines: 22
  12.  
  13.  
  14.  
  15.     Has anybody worked with bits under SYBASE using DBKit(3.0 PR2)?
  16. I am having some problems.  The table was created using:
  17. CREATE TABLE dbo.PERSON
  18.     ([.......]
  19.     death_ind bit not null,
  20.     [.....])
  21.  
  22.     How do I access this?  When setting up the model, you don't get a  
  23. bit choice, only int, string,float,etc.  The model comes up with it as a  
  24. Int.  When I try doing a setValue:forProperty:at method, It returns a  
  25. 0(error). 
  26.  
  27.     
  28.     Any help would be appreciated.  E-mail if you need more details.
  29. --
  30. Mark Roder
  31. NeXT Consultant, Mayo Foundation
  32. NeXT Mail:     roder@mayo.edu  
  33. Office Vision:    m.roder
  34. phone:        284-5306
  35.