Closed GoogleCodeExporter closed 8 years ago
Install the Oracle Instant Client for OCI.dll. Similarly install PostgreSQL
client libraries for libpq.dll
FDO Toolbox enables all FDO providers by default, but most RDBMS providers
require additional dlls present on the machine where FDO Toolbox is installed.
Due to installer size and/or licensing restrictions (re: redistribution) we
cannot bundle these components as part of FDO Toolbox.
If you use neither Oracle or PostgreSQL, you can de-register these providers
via Tools - FDO - Unregister provider, and you will not get these dialogs ever
again.
Original comment by jumpinja...@gmail.com
on 8 Dec 2011 at 5:30
That is fine, but consider detecting the presence of the DLL in your code, and
then automatically disabling the (un-registering that provider). Throwing up a
pop box that says that there is a system error is bad form. Especially since
you can test for this and branch over it.
If a person installs Oracle or PostGres at a later date, they can always go
back into the Tools menu and register the provider.
Original comment by ygutfre...@gmail.com
on 8 Dec 2011 at 10:02
Original issue reported on code.google.com by
ygutfre...@gmail.com
on 8 Dec 2011 at 5:24