Buonasera, io vorrei inserire un xml, tipo questo:
<?xml version="1.0"?>
<ValueMetadata>
<Version>3.02</Version>
<CreationDateTime>01/26/2011 00:00:00</CreationDateTime>
<TestID>PAZ</TestID> <!--concept_cd-->
<TestName>Id Fitbit</TestName> <!--label-->
<DataType>String</DataType> <!-- DataType : String perchè i campi nel columndatatype sono tutti supposti essere testuali-->
<MaxStringLength>255</MaxStringLength>
<Flagstouse></Flagstouse>
<Oktousevalues></Oktousevalues>
<EnumValues></EnumValues>
<UnitValues></UnitValues>
</ValueMetadata>
in una colonna di una tabella che ho nel dbeaver. però se faccio copia e incolla mi restituisce tale errore:
"ERROR synchronizing DATA WITH DATABASE" BINDING NOT SUPPORTED.. ECCO UN ESEMPIO
"Error synchronizing data with database
Causa:
Object parameter [<ValueMetadata>] binding not supported
come posso agire? grazie