Creating column of type media problems

Hi all,

we use oracle 10.2.4 as DB server, when I create a new column in some table of type media and save the change
servoy shown the column type as UNKNOWN TYPE#1111, but when I look at the table using Toad I see the column
is defined as Blob. The servoy version I use is 5.2.7 and java version is 1.6.0_18. When I create the column via Toad
I see the same column type as when servoy creates the column.

Peter,

A driver is supposed to report type 1111 when the column type is db-specific.
Obviously, blobs are general, so this seems to be an issue with the driver.

Do you use the latest jdbc driver that comes with your db?

Rob