Connections
I build the application using dbxConnections, but don't show the names of
connections that i load from other file (Don't use dbxconnections.ini).
Then i try use override in GetDatabaseNames method...but i don't
know how do, I need compile this Unit? Have other form to make this?
This discussion has been closed.
Comments
In the GetDatabaseNames method, you need to populate the referenced TList
with the connection names in your custom .ini file instead of calling
GetConnectionNames. Otherwise, the GetConnectinNames will use the
dbxconnections.ini by default to get the connection names.
--
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
But how to do? I need change the unit daDbExpress.pas in GetDatabaseNames
method?
and after i need compile what package?
thank's
Yes you will need to change the daDBExpress.pas file to use your custom .ini
file. This will then only work at runtime. At design time, ReportBuilder
will only use the default .ini file to load the database names. Sorry but
there is currently no way to change this at design time in ReportBuilder.
--
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
that i need compile?
You will not need to recompile a package, only rebuild your project with
your library path pointing to the \RBuilder\Source\... directory.
--
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com