About
Pricing
Community
Teams
Start Free Trial
Log in
rp
asked on
9/14/2016
How to get a file from SqlServer DB
Hi,
I have a table in SqlServer with a field that stores a xm file.
How can get xml file from database to a memory stream for use like the following example, 'ms' is memory stream:
Dim d1 As New DashControl()
d1.LoadFromXml(ms)
best regards
Visual Basic.NET
C#
3
1
Last Comment
rp
8/22/2022 - Mon