|
Thread: xml
-
Jul 25th, 2004, 07:41 PM
#1
Thread Starter
Frenzied Member
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?
-
Jul 27th, 2004, 08:42 PM
#2
Thread Starter
Frenzied Member
-
Jul 28th, 2004, 12:14 AM
#3
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...
-
Jul 28th, 2004, 07:22 AM
#4
Thread Starter
Frenzied Member
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.
-
Jul 28th, 2004, 07:29 AM
#5
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|