[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

1310.0. "MS Access access Rdb VIEW ?" by svrav1.au.oracle.com::MCHAN () Fri Mar 07 1997 03:32

ODBC V2.10.11

One of our customer have been attempting to use Microsoft Access 2.00 
to access a VAX RDB VIEW using an Oracle ODBC Driver. User can browse 
the data in table view and extract based upon various selection
criteria. However, user have been unable to link a MSAccess table to 
a field in the view with is indexed in the underlying table.  

When user do so the PC simply hangs.  Their DBA for the VAX has checked 
the view and it performs properly when using SQL on the VAX.    
It is essential that customer can access a view as in this instance 
it is being used to mask certain fields in the underlying table.

Did anyone came across with the same problem? It seems to be MSAccess 
cannot properly access data in the RDB VIEW? Is there a workaround or a 
fix for this problem?

Thanks,
Michael.
 
T.RTitleUserPersonal
Name
DateLines
1310.1views work fine for meM5::JBALOGHFri Mar 07 1997 14:1017
    The only problem I have heard of with ODBC and views was back around
    1.1 ODBC and was fixed in 1.1-A. MS Access should be able to get to RDB
    views just fine. 
    
    The view will NOT expose any indexes on underlying tables though. You
    will not be able to update through the view with MS Access and you will
    not be able to link via primary keys on underlying tables since these
    keys and indexes are not exposed through the driver...
    
    You need to chase this down further. Look at some driver and client
    logs to see exactly what it is doing. Look at the SQLSRV execution
    process to see what it is doing. They may also want to upgrade to a
    newer version of MS Access as 2.0 is getting pretty old and I doubt
    Microsoft will support it. Also, make sure you are on current versions
    of ODBC and SQLSRV...
    
    John