Database Toolbox Update-Function - No constructor with matching signature found
1 commentaire
Réponses (3)
1 vote
0 votes
0 votes
The problem is that some Matlab installations have a java lookup constructor originating from a toolbox that takes the precedence over all functions, in a way that is not documented on the page concerning precedence ( Function Precedence Order ). To my knowledge, this precedence cannot be changed. I have made a query to Mathworks to know what is the toolbox that includes the java lookup constructor, but I have not received a satisfactory answer yet. On my PC installation, I don't have this problem with R2015b and R2018a. However, with an R2017a installation with more toolboxes the problem is present. I suspect that the problem can be solved if the critical toolbox is removed (entirely, not just from the path), but not knowing the toolbox I could not try. In the R2018a documentation, lookup appears to belong to the Datafeed toolbox, but this toolbox is not present in my R2017a installation and therefore it is probably not the culprit. More if I will get more info from Mathworks...
Catégories
En savoir plus sur Reporting and Database Access dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!