License only activated on connection.Open()
Posted: Wed 08 May 2019 09:16
We have found that we are unable to use parts of OracleScript without having already activated the Devart license via connection.Open(). Whilst we are generally likely to be in a position where we can open an unneeded connection early in our scripts simply for the purpose of activating the license key, this seems like a bit of a hack.
Is there any functionality in Devart to activate the license (e.g. in as a standalone method call) without first opening a database connection so that we can access the functionality we need? In our case, we are looking to use the parser on some SQL code and don't require a database connection to do so.
Is there any functionality in Devart to activate the license (e.g. in as a standalone method call) without first opening a database connection so that we can access the functionality we need? In our case, we are looking to use the parser on some SQL code and don't require a database connection to do so.