A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: is there any documentation on using XML as a database?

  1. #1
    Senior Member
    Join Date
    Sep 2000
    Posts
    252
    hey
    i'm looking for a documentation on using XML for storing and retrieving data. Does anyone know of such a document?

  2. #2
    Senior Member
    Join Date
    Apr 2001
    Posts
    296
    XML can be stored in a database as text, just like any other kind of text. All you need is a database with a field of type 'text' and you can store and retreive xml just as with text.

    Both php and asp support xml to varying degrees so you can also manipulate your xml to be stored in mutiple fields if you wish.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center