[ http://issues.apache.org/jira/browse/GRFT-85?page=comments#action_12430261 ] Alexandre Vaillancourt commented on GRFT-85: --------------------------------------------
I'm not sure a VARBINARY would be an appropriate alternative : it can hold only 8000 bytes, while BLOB, depending on the DBMS you use, hold 65k+ characters. I've tried to define a custom data type on my mssql installation: created a BLOB data type that is, in fact, an IMAGE. After a default integration into Jestspeed2, it seems to work well. > mssql support > ------------- > > Key: GRFT-85 > URL: http://issues.apache.org/jira/browse/GRFT-85 > Project: Graffito > Issue Type: Improvement > Components: OJB Store > Reporter: Dave Brondsema > Priority: Minor > Attachments: mssql-support.diff > > > Support Microsoft SQL Server -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
