Re: An unknown error has occured...



On 2006-02-21 02:35:22, Brian Bushay TeamB wrote:

Do you have lookup fields defined? If you do you will get an error like this
when you run out of the IDE with debug set to stop on errors.
There is a Try/Fail block in the Adodb code for lookups that generates this
error. If you set the LookupCache property to true you won't get the error



Ahhhh thanks. The LookupCache thing removed the errors. Question is, does it
have any drawbacks using a lookup cache? Usually there is a "cost" associated
with things like using a cache, how does the system know when to refresh the
cache for instance?


--
--
Et in Arcadia Ego - I Tego Arcana Dei

.



Relevant Pages

  • Re: An unknown error has occured...
    ... Do you have lookup fields defined? ... when you run out of the IDE with debug set to stop on errors. ... (Project raised exception class EOleException with message "Ett okänt ...
    (borland.public.delphi.database.ado)
  • Re: An unknown error has occured...
    ... Do you have lookup fields defined? ... when you run out of the IDE with debug set to stop on errors. ... with things like using a cache, how does the system know when to refresh the ...
    (borland.public.delphi.database.ado)
  • Re[3]: vn_fullpath() again
    ... How do you feel about small incremental improvements to name lookup? ... > - Don't purge intermediate but unused nodes from the name cache. ... since files can have hard links. ... > add a directory back-pointer to the parent of a file. ...
    (freebsd-hackers)
  • Re: [PATCH 00/37] Permit filesystem local caching
    ... The problem is that you have to do a database lookup of some sort, ... involving several synchronous disk operations. ... a fair bit better then BTRFS when the disk cache is cold. ... NFS, for example, wants to access a new inode, it first has to go to the ...
    (Linux-Kernel)
  • Re: [PATCH 00/37] Permit filesystem local caching
    ... CacheFiles does a disk lookup by taking the key given to it by NFS, ... a fair bit better then BTRFS when the disk cache is cold. ... Note that the get the filehandle, you have to do a LOOKUP op. ...
    (Linux-Kernel)