RE: INSERT without specifying an parameter.

From: Gentry, Michael \(Contractor\) ("Gentry,)
Date: Wed Feb 02 2005 - 10:24:44 EST

  • Next message: Reinaldo Coelho Sartorelli: "RES: INSERT without specifying an parameter."

    Are you wanting to manually manage the INSERT statements yourself instead of let Cayenne handle the database for you?

    -----Original Message-----
    From: Reinaldo Coelho Sartorelli [mailto:reinaldo.sartorell..ES.com]
    Sent: Wednesday, February 02, 2005 10:21 AM
    To: cayenne-use..bjectstyle.org
    Subject: 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:25:10 EST