[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference orarep::nomahs::sql_services

Title:SQL/Services Forum
Notice:kits(3) ft info(7) QAR access (8) SPR access (10)
Moderator:SQLSRV::MAVRIS
Created:Thu Oct 13 1988
Last Modified:Fri Jun 06 1997
Last Successful Update:Fri Jun 06 1997
Number of topics:2214
Total number of notes:8586

2145.0. "Strange comment in sqlsrv.h" by ukvms3.uk.oracle.com::PJACKSON (Oracle UK Rdb Support) Thu Feb 20 1997 14:38

    In sqlsrv.h when listing the SQL error statuses it says
    
    #define SQL_TBLEXISTS   -1025   /* Table already exists in relation */
    
    Shouldn't the comment be Table already exists in database?
    
    Peter
T.RTitleUserPersonal
Name
DateLines
2145.1ukvms3.uk.oracle.com::PJACKSONOracle UK Rdb SupportThu Feb 20 1997 14:446
    The next two entries don't look right either.
    
    #define SQL_DOMEXISTS   -1026   /* Domain already exists in relation */
    #define SQL_DOMNOTDEF   -1027   /* Domain already exists in relation */
    
    Peter
2145.2Came from SQL_LITERALS.HSQLSRV::MAVRISSue Mavris - smavris@us.oracle.comThu Feb 20 1997 16:103
We pulled these directly from SQL_LITERALS.H

Sue