All Products
Demos
Pricing
Services
Blogs
Docs & Support
Search
Shopping cart
Login
Contact Us
Get A Free Trial
close mobile menu
Telerik Forums
/
Data Access Forum
/
LINQ (LINQ specific questions)
/
Blob Support
Cancel
Data Access
Resources
Buy
Try
Thread is closed for posting
Feed for this thread
2 posts, 1 answers
Devanand Chahal
26 posts
Member since:
Mar 2009
Posted 22 Jul 2009
Link to this post
Hi,
I am doing farward mapping of a c# class to datatable, database support BLOB datatype and Telerik also support BLOB, but C# does not support BLOB, and if i will map a byte[] type property to blob type column it will show me type mismatch error.
Also I am sending the result of the linq query to the flex bulder (UI) through remoting. Flex builder does not support BLOB data type. Please suggest me the workaround to this problem.
Regards,
Dev
Answer
Ady
Admin
589 posts
Posted 23 Jul 2009
Link to this post
Hi Devanand Chahal,
Can you provide some more details of the error you get, like the the steps to reproduce it? I did successfully store a byte[] to a BLOB column.
Greetings,
Ady
the Telerik team
Instantly find answers to your questions on the new
Telerik Support Portal
.
Check out the tips
for optimizing your support resource searches.
Back to Top