Page 1 of 1

Blob/Image problem

Posted: Mon 13 Sep 2010 08:42
by JeePeeTee
When selecting from an updatable view within MSSQL2008, columns defined as Blob/Image are retrieved within Delphi as integer columns.

When this is done on MSSQL2005 everything works fine.

This table has filestream enabled. A new 2008 feature that seems to do the unwanted 'trick'.

Problem seems to come from MSSQL2008. After activating the filestream, the table (with blob field) is upgraded with a new column UID. This column isn't available in the (already existing view) and gives problems when this view is accessed through TMSQuery component!?

Posted: Mon 13 Sep 2010 14:31
by Dimon
Now SDAC doesn't support filestream fields. We are investigating the possibility of adding this functionality in the future. As soon as we solve this question we will let you know.