Feature Not Supported; UcanaccessConnection.createClob()

I have one site that uses the same db as another working site on the same server.

When we submit a form we get the following error:

Lucee 5.2.6.59 Error (database)
Message 	
Detail 	Feature not supported.

From the application.log:

"ERROR","ajp-nio-8009-exec-10","04/30/2018","17:21:31","",";lucee.runtime.exp.DatabaseException
Feature not supported.;lucee.runtime.exp.DatabaseException: 
	at net.ucanaccess.jdbc.UcanaccessConnection.createClob(UcanaccessConnection.java:247)

I am using UCanAccess to work with a .mdb/Access datasource. It is configured correctly in the admin panel and I have seen on the internet that UCanAccess didn’t support CLOB until 2.0.x but we are using 4.0.3

Once this issue came up, I enabled CLOB for the datasource though it didn’t seem to make any difference.

Any clue what is going on here? It does only seem to be an issue with using CLOB to connect.

<cfqueryparam value="#FORM.login#" cfsqltype="cf_sql_clob" maxlength="255">

is an example of the code being used here.

Was able to just remove CLOB. Not sure why client was using it in the first place.

This can be resolved.