compiler error
I'm trying to re-compile RB 7.03 in D5 (it's necessary because I fixed a bug
in adodb). In the line:
daMetadate.lDataSet.DatabaseName := FDatabaseName;
I'm receiving the following error message:
Undeclared identifier: "DatabaseName".
What's wrong ?
[],
Mauro Assis
Athena
in adodb). In the line:
daMetadate.lDataSet.DatabaseName := FDatabaseName;
I'm receiving the following error message:
Undeclared identifier: "DatabaseName".
What's wrong ?
[],
Mauro Assis
Athena
This discussion has been closed.
Comments
own code or is it somewhere in the RB source? There is a DatabaseName
property available in the TdaMetaData class but I am unaware of the DataSet
property. Please provide more information on what you are trying to
accomplish so I can help you with this error.
--
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Thanks and sorry, I think I could try this before ask newsgroup.
Mauro Assis
Athena