Storing xml Files within Access

T

Tracey

I have an Access database that stores software keys. The company I work for
sells a software product with 3rd party software, all of which each has a
software key (currently just a string of text). I now need the ability to
store a software key in this database that is generated via an xml file.
There is a separate front-end accessible by many users who will need to
obtain this key in the xml format. Is it possible, or smart, to save these
files within the Access database? Any other suggestions? Thanks in advance!
 
A

Arvin Meyer [MVP]

Access 2007 has an attachment datatype that could probably handle this.
Previous versions would need to store the text , most likely in a Memo
datatype field, unless they could be guaranteed to be under 255 characters
which then could be stored in text.
 

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