MySQL Forums
Forum List  »  MySQL Workbench

Re: how can I call WorkBench dll in VB.net
Posted by: Mike Lischke
Date: November 28, 2016 02:21AM

Hi,

libraries like db.mysql.sqlparser.grt.dll are plugins or modules, which MySQL can use at will. For that the libraries do not export their functions/classes as standard ones do, but use an internal mechanism with registering their available APIs and calling them by name. Hence you cannot access the functionality via standard exports. You can recognize modules and plugins by the suffix '.grt' (not counting '.dll' here).

Mike Lischke, MySQL Developer Tools
Oracle Corporation

MySQL Workbench on Github: https://github.com/mysql/mysql-workbench
On Twitter: https://twitter.com/MySQLWorkbench
On Slack: mysqlcommunity.slack.com (#workbench)
Report bugs to http://bugs.mysql.com
MySQL documentation can be found here: http://dev.mysql.com/doc/refman/8.0/en/

Options: ReplyQuote


Subject
Views
Written By
Posted
1259
November 17, 2016 07:26PM
Re: how can I call WorkBench dll in VB.net
593
November 28, 2016 02:21AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.