I have installed Weka 3.8 on my computer (windows 10) and I would like to connect it to my SQL server database.
I have followed the advice in this post: How connect Weka to MSSQL server
I can connect to the database and run queries and data is returned:
Although when I click "OK" to import the retrieved data from the database into Weka I get this error:
I have tried changing the DatabaseUtils.props (originally DatabaseUtils.props.mssqlserver2005 then renamed to DatabaseUtils.props) file to include the datatype conversions and tried many locations on my PC one being : C:\Program Files\Weka-3-8\weka\experiment
Yet I still get the error. My file looks like this:
This seems like a common issue yet I am yet to see a definitive answer so any help would be greatly appreciated.