Discussion:
Sql Server 7 bug in Rad 2007
(too old to reply)
Maxwell
2007-11-20 20:04:29 UTC
Permalink
Hi,

In file DBXMsSqlMetaDataReader.pas, there is a call to
function 'INDEXKEY_PROPERTY' that donŽt exist in MSSql Server 7.
This call is made for any SQL server version, so DataExplorer
show the error: '...INDEXKEY_PROPERTY is not a recognized function name.', when you choose table columns in wizard or try show index.

How I would compile a new dbexpress driver?

Maxwell
jkuiper
2007-11-21 10:25:36 UTC
Permalink
You can't. This problem should be resolved by Codegear.
I have also problems with th mysql driver. It seems that they take no
issue with that.

John
Post by Maxwell
Hi,
In file DBXMsSqlMetaDataReader.pas, there is a call to
function 'INDEXKEY_PROPERTY' that don´t exist in MSSql Server 7.
This call is made for any SQL server version, so DataExplorer
show the error: '...INDEXKEY_PROPERTY is not a recognized function name.', when you choose table columns in wizard or try show index.
How I would compile a new dbexpress driver?
Maxwell
Loading...