Subject TIBODatabase error on open when not administrator (bug ?)
Author henry FRANQUET
Hi

When opening database with TIBODatabase, I have a error "cannot open
file" on Win XP when not administrator on the local machine

It seems to be in GETIDAPI fonction which open a key in registry with
function OpenKey, but onlySYSTEM or a local administrator of the
computer can write in HKEY_LOCAL_MACHINE, so I have changed the
function to OpenKeyReadOnly