Avatar of rp
rp
Flag for Portugal

asked on 

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.NETC#

Avatar of undefined
Last Comment
rp

8/22/2022 - Mon