hatemgamil
Programmer
- Mar 18, 2010
- 41
Greetings
lets say i have a table Employee like this
EmpID,EmpName
1 ,hatem
and i write a query that select * from Employee for xml auto
so the out put will be in xml format
i want some help to know how can i export the result to a xml file to be saved on my computer as i need to read the .xmls files from this folder and deserialize them in my .net application
thnx
lets say i have a table Employee like this
EmpID,EmpName
1 ,hatem
and i write a query that select * from Employee for xml auto
so the out put will be in xml format
i want some help to know how can i export the result to a xml file to be saved on my computer as i need to read the .xmls files from this folder and deserialize them in my .net application
thnx