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

Conference orarep::nomahs::odbc_rdb_driver

Title:DEC ODBC Driver
Notice:DEC ODBC Driver V2.0 Now Available
Moderator:SQLSRV::MAVRIS
Created:Tue Dec 29 1992
Last Modified:Fri Jun 06 1997
Last Successful Update:Fri Jun 06 1997
Number of topics:1357
Total number of notes:4864

948.0. "-7776 ODBC specification conformance error with ODBC V2.0" by CONSUL::KREISLER (Oracle Austria) Fri May 05 1995 15:54

T.RTitleUserPersonal
Name
DateLines
948.1CONSUL::KREISLEROracle AustriaFri May 12 1995 14:247
948.2just check before IPMT.ORAREP::GIDDAY::CHANMMon Oct 16 1995 03:466
948.3atxap1.at.oracle.com::EKREISLEOracle AustriaTue Oct 31 1995 13:3717
948.4Another oneCHSR38::ROHRThe Packers did it!Wed Mar 26 1997 12:1117
    My customer has the latest ODBC driver form the Rdb7 kit. Scanning
    through the other notes for -7776, I checked his SQLSRV_GENERALIZED
    DATE and in the log there is a space between the data and the time
    whereas in the book client API there is no space in the table on 8-5.
    
    Would following be regarded as normal:
    
    ------------[5].SQLTYPE: SQLSRV_GENERALIZED_DATE, SQLIND: 0
    ----------------len: 16, value: 19960910 0752300
    ------------[6].SQLTYPE: SQLSRV_GENERALIZED_DATE, SQLIND: 0
    ----------------len: 16, value: 19960910 0752300
    
    If yes, are there other things I can have him check?
    
    Thanks,
    Regina
    
948.5Rdb/SQLSRV version?M5::JBALOGHWed Mar 26 1997 12:4419
    What version of Rdb? SQLServices? I think there were changes to this
    sometime in 6.1-x Rdb. Date ANSI, Date VMS or Timestamp? 
    
    To validate this from an ODBC point of view, you need to see what the
    ODBC driver is sending to the application (I assume Access). The
    SQLSRV_GENERALIZED_DATE is converted to an ODBC format in the ODBC
    driver. 
    
    TO see actual values returned by the ODBC driver, you will need
    ODBCTEST from the Microsoft ODBC SDK, a ODBC spy log (also microsoft),
    or write the code in C and retrieve the date into the proper date
    structure and look to see how it looks. Last I heard, you could
    download the MS ODBC SDK 3.0 from Microsoft @ www.microsoft.com/odbc.
    This was for a limited time so...
    
    John
    
    PS: MS Access is the only product I have heard of that returns this
    error...
948.6..CHSR38::ROHRThe Packers did it!Wed Mar 26 1997 13:469
    Rdb 6.1.1.0  SQl Service 6.1 (asked him to at least install ECO2).
    
    Yes it is beloved MS Access...
    
    >>>structure and look to see how it looks. Last I heard, you could
    >>>download the MS ODBC SDK 3.0 from Microsoft @ www.microsoft.com/odbc.
                      
    Downloading like hell...  ;-)
    /Regina
948.7VMS upgrade and intermittentCHSR38::ROHRThe Packers did it!Wed Apr 02 1997 14:2812
    Re .6:
    
    Customer claims the problem started after an upgrade to VMS 6.2 (from
    6.1). He now also told me that the problem is intermittent, means some-
    times a table can be imported and sometimes it can not. Doesn't really
    sound like an ODBC or SQl Services problem. 
    
    I also asked him to get in touch with MS.
    
    Thanks for any further ideas.
    Regina
                              
948.86.1.0.2 installed and okCHSR38::RROHRThe Packers did it!Fri Apr 04 1997 12:377
    Getting desperate, the customer finally installed SQS 6.1.0.2 (as
    suggested a long time ago, sigh) and the error went away. 
    
    I couldn't find a reference in the release notes that are related to 
    an upgrade to VMS 6.2, though.
    
    /Regina