Converting Access 2000 .mdb file to XML

S

stephen.currie

How would I go about converting a .mdb file in Access 2000 to XML.
Are there any easy ways to do this?
 
A

Albert D. Kallal

access 2003 to access 2007 have a xml export built in.

With access 2000, you have to write code to produce the "mark-up" language.

you could also consider using some of the XML libraries available.
http://msdn2.microsoft.com/en-us/library/ms760399.aspx

If you not into writing code, then the above will not be a whole lot of
help.

access 2000 was out a long time ago...much before anyone was talking about,
or useing xml.
However, you can roll your own export,...
 
D

David W. Fenton

access 2000 was out a long time ago...much before anyone was
talking about, or useing xml.

Eh? XML was already a buzzword at that point and well on the way to
becoming the NEXT BIG THING.
 
A

Albert D. Kallal

David W. Fenton said:
Eh? XML was already a buzzword at that point and well on the way to
becoming the NEXT BIG THING.

ah...ok..access 2000 came out in 1999...and the y2k bug was the buzz..but,
ok...I suppose XML was gaining in popularity also!!!
 
D

David W. Fenton

ah...ok..access 2000 came out in 1999...and the y2k bug was the
buzz..but, ok...I suppose XML was gaining in popularity also!!!

I was already saying that XML was over-rated back then.
 
A

Aaron Kempf

move it from Access MDB to SQL Server and then use the XML tools within SQL
Server
 
A

Aaron Kempf

correction

this feature was sold to us both in Access 2002 _AND_ Access 2003

of course it was present in Access 2002
 
A

Aaron Kempf

XML is just ridiculous

who gives a crap about XML?

I'll choose SQL Server over XML any day of the week
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top