PDA

Click to See Complete Forum and Search --> : XML, Visual Basic and.... SQL Server!?


evil_gamer
Aug 23rd, 2001, 07:50 PM
Most of the time when I look at books that consist of Visual Basic and XML, there is almost always a requirement list so you know what you need to do the examples in the book. But what is really common is the fact that you either need windows SQL server.

My question is why do you need SQL server to parse XML when you use visual basic? Is it because everything boils back down to microsoft?

Microsoft XML parser (or something of that name)
Microsoft Visual basic
So thus, Microsoft SQL server?

Can't you use SOAP or even PERL/CGI to parse XML (and I believe you can)

So whats the deal with SQL server

scoutt
Aug 23rd, 2001, 10:16 PM
from what I have read is that XML works really good with the SQL server. I mean that XML is used for a wide area but it works better as a database language.

I could be wrong, but that is what I understand.

Cander
Aug 24th, 2001, 08:43 AM
SQL is not required to parse XML. You cna do it with any other language that provides a control for XML parsing. For MS products you use MSXML.dll