T
Travis Pupkin
I've been using ASP with SQL Server for some time now, and while I've
occasionally looked into XML, its benefits have never seemed apparent
enough to me for me to dig any deeper and make any use of it.
Well, I'm using a utility now that exports my QuickBooks data into
either an Access DB or a group of XML docs. I've been using the Access
option and then importing that data into my SQL database so I can build
a client section displaying invoices and estimates online.
I'm not entirely satisfied with the Access option, as it requires that I
delete all my SQL tables before I import an update of data (or I end up
with doubled records of older data). It would be a great solution to
simply upload the new XML docs to update the online data. But.
Does XML work comparably to SQL, to allow me to manipulate the data,
create recordsets from it, etc., or is it really a whole different thing
made for a whole different purpose and I should stick to what I'm
familiar with, even though it takes an extra step or two?
occasionally looked into XML, its benefits have never seemed apparent
enough to me for me to dig any deeper and make any use of it.
Well, I'm using a utility now that exports my QuickBooks data into
either an Access DB or a group of XML docs. I've been using the Access
option and then importing that data into my SQL database so I can build
a client section displaying invoices and estimates online.
I'm not entirely satisfied with the Access option, as it requires that I
delete all my SQL tables before I import an update of data (or I end up
with doubled records of older data). It would be a great solution to
simply upload the new XML docs to update the online data. But.
Does XML work comparably to SQL, to allow me to manipulate the data,
create recordsets from it, etc., or is it really a whole different thing
made for a whole different purpose and I should stick to what I'm
familiar with, even though it takes an extra step or two?