.NET Framework Bookmark and Share   
 index > Microsoft Codename 'Oslo' > FILESTREAM in "m"
 

FILESTREAM in "m"

I have type with FILESTREAM field. How I can implement this?

type

Segment
{
Id : Integer32 => AutoNumber();
Name : Text;
Start: DateTime;
Values: FILESTREAM;
} where identity (Id);
ashalnov

I assume you're referring to the System.IO.Filestream class or are your referring to the FILESTREAM attribute in SQL Server (to adorn a varbinary(max) field)?

It would also help to have some more context as to what you're trying to accomplish, specifically.

.Kraig

Kraig Brockschmidt
Thank you for answer,

You are right, I have a SQL table with FILESTREAM. For a examle like here:

CREATE TABLE

dbo.EEGCatalog

(

PatientID

int References dbo.Patient(PatientID),

EEGCatalogName

varchar(100),

EEGCatalogBlob

varbinary(max) FILESTREAM,

EEGCatalogID

UNIQUEIDENTIFIER ROWGUIDCOL NOT NULL UNIQUE

);



Now I want to create SQL Server DB schema in "m". How I can create type with FILESTREAM?

Alexey

ashalnov
As with your question on XML, "M" doesn't have support for this particular SQL feature at present. Again, "M" is a developing specification so feedback and involvement is best routed to the "M" Spec community (http://msdn.microsoft.com/en-us/oslo/msc.aspx).

.Kraig
Kraig Brockschmidt

You can use google to search for other answers

Custom Search

More Threads

• Getting the line and column number
• Tab size?
• Unhandled exception at 0x100018be in msiexec.exe: 0xC0000005: Access violation.
• Getting Started
• Oslo May 2009 CTP Quadrant Diagam Viewer presents Steps in Reverse Order
• Cannot Save Oslo Project in VS 2008
• Oslo FAQ Post
• Generate assembly from ICompilationUnit
• Is there any way to define conditional rules in MGrammar?
• Formatting Document (Cntrl-E,D) causes error in Intellipad