home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.databases.informix
- Path: sparky!uunet!haven.umd.edu!wam.umd.edu!pao
- From: pao@wam.umd.edu (Nikos Strifas)
- Subject: Updating a SERIAL field
- Message-ID: <1992Dec16.215721.26781@wam.umd.edu>
- Keywords: Informix,Update,Serial
- Sender: usenet@wam.umd.edu (USENET News system)
- Nntp-Posting-Host: rac1.wam.umd.edu
- Organization: Workstations at Maryland, University of Maryland, College Park
- Distribution: usa
- Date: Wed, 16 Dec 1992 21:57:21 GMT
- Lines: 13
-
-
- Informixers,
-
- Any suggestion on the following problem:
- I have a db, and a C struct that corresponds directly to one of the tables.
- So, selecting & inserting is easy; I fill the struct with data & I do it.
- The problem that I have is when I am trying to UPDATE since one of the
- fields is a SERIAL. The error that I get back is : (-232 - trying to update
- a serial field)
-
- Any suggestions of what data would trick ifmx & do the update.
-
- -Takis Vouganis
-