Java Error using Databaseconnector to access external MySQL Database

0
Hello,   First time user of Mendix, long time user of other programming and scripting languages. I am attempting to display some data from a MySQL database we have here locally - and ive managed to get the Database connector loaded into my mendix application, along with the JDBC driver in the userapp folder, and the Mendix app compiles with no errors with a microflow utilising the 'Execute Query' function.  The error occurs when trying to deploy the app.  The Error is listed below: Buildfile: C:\Users\md\Documents\Mendix\External DB-main\deployment\build_core.xml compile: [javac] Compiling 32 source files to C:\Users\md\Documents\Mendix\External DB-main\deployment\run\bin [javac] C:\Users\md\Documents\Mendix\External DB-main\javasource\databaseconnector\actions\ExecuteQuery.java:80: error: cannot find symbol [javac] IMetaObject metaObject = resultObject.getMetaObject(); [javac] ^ [javac] symbol: method getMetaObject() [javac] location: variable resultObject of type List<IMendixObject> [javac] 1 error BUILD FAILED C:\Users\md\Documents\Mendix\External DB-main\deployment\build_core.xml:29: Compile failed; see the compiler error output for details. Total time: 2 seconds Can anyone give some insight into this issue? Thanks much!
asked
0 answers