Of course you could make a schema for whatever purpose you wanted. However there are a great number of standardised schemas available that in the interests...
No, I have to disagree there. After all like any graduate is likely to get the choice of language to develop in, they will get told what language and what the expected programming standards are.
...
I've found problems with this way in the past... make sure your MDAC and drivers are up to date. Also read the memo field out of the recordset straight away in a variable and display the variable.
Store the binary data for the image in a blob - write an asp page that returns the content type of the image and binarywrites the blob back to the browser.
I must admit it took me a long while to get XML, I couldn't see what all the buzz was about just an SGML subset. Looking back I think it's because most XML fan are really, really bad at saying...
post the data to the secure server through a form. Alternatively if you've too much data then hold the session data in a database and relink on the other side with a post.