Store multiple XML files
-
Hi there I need to be able to store multiple XML files in a central location - like a database. I'm aware that SQL Server has this option, but the people I'm designing this for aren't prepared to spend lots of money. Any ideas for alternatives?? Many thanks Dan ;P
-
Hi there I need to be able to store multiple XML files in a central location - like a database. I'm aware that SQL Server has this option, but the people I'm designing this for aren't prepared to spend lots of money. Any ideas for alternatives?? Many thanks Dan ;P
MSDE? MSDE is the SQL Server engine - check the licensing first (there are restrictions on where you can use it, IIRC), but you should be able to use it and it costs a lot less or nothing. -- Ian Darling
-
MSDE? MSDE is the SQL Server engine - check the licensing first (there are restrictions on where you can use it, IIRC), but you should be able to use it and it costs a lot less or nothing. -- Ian Darling
Thanks mate, will look at that!