Database connectivity toolkit functions -
I am trying to connect output from DB Tools Select Data to the Database Variant to Data functions. I get an error of broken wire:
These cannot be wired together because their data types (numeric, string, array, cluster, etc.) do not match. Show the Context Help window to see what data type is required.
The type of the source is 2-D array of Variant.
The type of the sink is 2-D array of Variant.
What is going on here? I suspect that the arrays themselves have different shapes, but I have no idea how to fix that. Or, variant data doesn't matach variant data no matter what.