INSERT without specifying an parameter.

From: Reinaldo Coelho Sartorelli (reinaldo.sartorell..ES.com)
Date: Wed Feb 02 2005 - 10:21:15 EST

  • Next message: Gentry, Michael \(Contractor\): "RE: INSERT without specifying an parameter."

    I'd like to execute an INSERT without specifying an ID parameter, how can I do this in Cayenne?

    For example:
    Table(ID INT, NAME VARCHAR2(30))
     
    Insert into Table('TEST');
    Insert into Table('Jon Smit');

    As my ID field is a default SEQUENCE, my program shouldn't need to pass the ID...

    PS: Itīs run in a POSTGRESQL

    Tks,
    Reinaldo.

    ________________________________________________________________________
    This communication is for use by the intended recipient and contains information that may be privileged, confidential or copyrighted under law. If you are not the intended recipient, you are hereby formally notified that any use, copying or distribution of this e-Mail, in whole or in part, is strictly prohibited. Please notify the sender by return e-Mail and delete this e-Mail from your system. Unless explicitly and conspicuously stated in the subject matter of the above e-Mail, this e-Mail does not constitute a contract offer, a contract amendment, or an acceptance of a contract offer. This e-Mail does not constitute consent to the use of sender's contact information for direct marketing purposes or for transfers of data to third parties.

    This email has been scanned for all viruses by the MessageLabs service.



    This archive was generated by hypermail 2.0.0 : Wed Feb 02 2005 - 10:20:17 EST