Results 1 to 5 of 5

Thread: xml

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Nov 2003
    Posts
    1,489

    xml

    I converted a sql database into xml files. the database used an id# that was incremented by the database automatically. how can I replicate that id now?

  2. #2

    Thread Starter
    Frenzied Member
    Join Date
    Nov 2003
    Posts
    1,489
    bump

  3. #3
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170
    Do you mean that everytime you want to add data to the XML file, there should be an 'autoincrement'?

    I believe that you will have to implement this yourself, by getting the highest value there, and then adding 1 to it...

  4. #4

    Thread Starter
    Frenzied Member
    Join Date
    Nov 2003
    Posts
    1,489
    yeah, exactly. I was thinking that's how I'd have to do it. Seeing as how an xml file is essentially a text file.

  5. #5
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

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