CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4

Thread: oracle

  1. #1
    Join Date
    Jul 1999
    Posts
    104

    oracle

    I have created a database in Oracle and then linked the tables in Access.
    The problem is, that the indexes I have created in Oracle doesn' t seem to work in Access.

    Does anyone know something about this?

    thanks


  2. #2
    Join Date
    Jun 1999
    Posts
    42

    Re: oracle

    As far as I know you can't use Oracle indexes in another database, this indexes are only for Oracle, try creating Access own indexes
    Regards
    RSV


  3. #3
    Join Date
    Jul 1999
    Posts
    104

    Re: oracle

    Is it possible to create your own indexes on a linked table?


  4. #4
    Join Date
    Jun 1999
    Posts
    42

    Re: oracle

    Like I told you, as far as I know you can't create that kind of indexes, you must have your own indexes for each table, if you use the same database you can use the relationship feature for the tables, but can't have a same linked index for Oracle and Access


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured