home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / database / informix / 2731 < prev    next >
Encoding:
Text File  |  1992-12-16  |  914 b   |  27 lines

  1. Newsgroups: comp.databases.informix
  2. Path: sparky!uunet!haven.umd.edu!wam.umd.edu!pao
  3. From: pao@wam.umd.edu (Nikos Strifas)
  4. Subject: Updating a SERIAL field
  5. Message-ID: <1992Dec16.215721.26781@wam.umd.edu>
  6. Keywords: Informix,Update,Serial
  7. Sender: usenet@wam.umd.edu (USENET News system)
  8. Nntp-Posting-Host: rac1.wam.umd.edu
  9. Organization: Workstations at Maryland, University of Maryland, College Park
  10. Distribution: usa
  11. Date: Wed, 16 Dec 1992 21:57:21 GMT
  12. Lines: 13
  13.  
  14.  
  15. Informixers,
  16.  
  17. Any suggestion on the following problem:
  18. I have a db, and a C struct that corresponds directly to one of the tables.
  19. So, selecting & inserting is easy; I fill the struct with data & I do it.
  20. The problem that I have is when I am trying to UPDATE since one of the
  21. fields is a SERIAL. The error that I get back is : (-232 - trying to update
  22. a serial field)
  23.  
  24. Any suggestions of what data would trick ifmx & do the update.
  25.  
  26. -Takis Vouganis
  27.