No possiblity to determine the oracle version

General discussion forum about all databases other than SqlBase.
tlauzi

No possiblity to determine the oracle version

Post by tlauzi » 28 Jul 2010, 08:45

Hi,

why should this a big problem?

Can easily work around, when you know your database type, you can fire a special select for the database and query the exact version.

Select Case nBrand
Case DBV_BRAND_ORACLE7
Case DBV_BRAND_ORACLE8
Call SqlPrepareandExecute(hSql, "
SELECT product, version, status
INTO ...
FROM product_component_version")
Case DBV_....

Return to “General Discussion”

Who is online

Users browsing this forum: [Ccbot] and 5 guests