|
|
|
Supreme Being
      
Group: Forum Members
Last Login: 2011-11-23 02:03:59
Posts: 80,
Visits: 730
|
|
I have a ECO 5 project and find the type MSSQLFileStream in the dropdown list of attribute type and wonder what is it for? Since I am using MS SQL, so I give it a try and resulted in the following error upon creation of database scheme:
Unable to find a mapper for attribute XXX.XXX, PMapper: "FileStream", Type: System.Byte[], please update your SqlDatabaseConfig.PersistenceMappers.
Since I had been using Blob field to store files in the databases and wonder would it be better or not to use other types?
|
|
|
|
|
Supreme Being
      
Group: Forum Members
Last Login: 2012-01-27 18:06:44
Posts: 189,
Visits: 777
|
|
In MS SQL Server 2008 there is a new file stream data type, which allows you to stream the file to the server's field, and it will control the storing of the file's data.
I don't think that exists in any previous version of MS SQL Server.
|
|
|
|