Results 1 to 2 of 2

Thread: Possible Resource Problems

  1. #1

    Thread Starter
    New Member
    Join Date
    Sep 1999
    Location
    Middlesborough
    Posts
    2

    Post

    I am encountering a problem while retrieving data from an Oracle view, on occasions the recordcount will return 0 when there maybe more than forty records or so that meet the criteria, in other cases DAO does not like my sql statement even though it is valid.

    this only seems to occur when im trying to retrieve larger quantities of records(not that large). but if im only attempting to retrieve a couple then it works fine.

    the view that im trying to retrieve data from is actually quite complex, and it relies on inner joins with a hell of a lot of other tables, could this be the problem.


    Any Suggestions.


    [This message has been edited by Rob Gray (edited 09-28-1999).]

  2. #2
    Frenzied Member
    Join Date
    Aug 1999
    Location
    Santa Clara, Ca , 95058
    Posts
    1,105

    Post

    I'd be willing to bet that you're timing out when the view is trying to retrieve the data

    I do not know if Oracle will let you do this but try setting the .ConnectionTimeout property to something like 600 (that's 10 minutes (600 seconds)).

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