home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.sys.next.programmer
- Path: sparky!uunet!usc!sol.ctr.columbia.edu!The-Star.honeywell.com!umn.edu!bru!newsman
- From: roder@mayo.edu (Mark N. Roder)
- Subject: Working with SYBASE bits with DBKit
- Message-ID: <1992Jul29.165653.12826@bmw.mayo.edu>
- Keywords: 3.0 SYABASE DBKit
- Sender: newsman@bmw.mayo.edu (/home/bmw/usenet)
- Reply-To: roder@mayo.edu(Mark N. Roder)
- Organization: Mayo Foundation, Rochester MN. Campus
- Date: Wed, 29 Jul 92 16:56:53 GMT
- Lines: 22
-
-
-
- Has anybody worked with bits under SYBASE using DBKit(3.0 PR2)?
- I am having some problems. The table was created using:
- CREATE TABLE dbo.PERSON
- ([.......]
- death_ind bit not null,
- [.....])
-
- How do I access this? When setting up the model, you don't get a
- bit choice, only int, string,float,etc. The model comes up with it as a
- Int. When I try doing a setValue:forProperty:at method, It returns a
- 0(error).
-
-
- Any help would be appreciated. E-mail if you need more details.
- --
- Mark Roder
- NeXT Consultant, Mayo Foundation
- NeXT Mail: roder@mayo.edu
- Office Vision: m.roder
- phone: 284-5306
-