SBendBuckeye
Programmer
I know that Access has a save as HTML option and if taken it will save a table definition, table data, etc as HTML. I know enough to basically follow it although I have never had to use it.
We are working on an Access DLL which needs to save some default data values, etc and one of the .net guys said I should use XML to save that data and then just read it back in whenever I need it.
How do I read it back in? Do I manually read in the text file a line at a time and parse the information based on the various <tag> and </tag> combinations I find or (say in the case of a table) can I actually import it directly into a table? If so, do I need to create the table first (actually what I really need is a temporary cursor, I think).
Am I way off base here, should I be doing something else, or whatever? Thanks in advance for any help you can give me!
Have a great day!
We are working on an Access DLL which needs to save some default data values, etc and one of the .net guys said I should use XML to save that data and then just read it back in whenever I need it.
How do I read it back in? Do I manually read in the text file a line at a time and parse the information based on the various <tag> and </tag> combinations I find or (say in the case of a table) can I actually import it directly into a table? If so, do I need to create the table first (actually what I really need is a temporary cursor, I think).
Am I way off base here, should I be doing something else, or whatever? Thanks in advance for any help you can give me!
Have a great day!