• Industries
  • Products
  • Buy
  • Services & Support
  • Communities
  • Discussion Groups

    Autodesk MapGuide Developer

    Reply
    Valued Contributor
    Posts: 51
    Registered: ‎10-02-2003

    oracle preserve single quotes

    76 Views, 1 Replies
    05-07-2008 09:32 PM
    I have several report queries that pull data from either shape file or an odbc connection. I am trying to switch one of these to an oracle odbc. however the syntax I have used for the msaccess connection doesn't isn't correct for the oracle. Can anyone help?
    Thanks
    SELECT * FROM GIS.SDO_SWCSCULVERTIN WHERE OBJECTID values (#PreserveSingleQuotes(OBJ_KEYS)#) ORDER BY OBJECTID
    Please use plain text.
    *Jason Birch

    Re: oracle preserve single quotes

    05-08-2008 05:45 PM in reply to: ebnesom
    SELECT *
    FROM GIS.SDO_SWCSCULVERTIN
    WHERE OBJECTID IN (#PreserveSingleQuotes(OBJ_KEYS)#)
    ORDER BY OBJECTID


    (or something like that)
    Please use plain text.