CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 1 of 1
  1. #1
    Join Date
    May 2010
    Posts
    18

    [RESOLVED] XML Database - Newbie Question

    Alright, I'm somewhat new to XML, but I have interest in it due to the fact that I may have to use it in a program I develop.

    Basically, I want to make a map. This map will support navigation to north, east, south, or west. How would I represent this in a database and make navigation to each direction simple?

    All I'm really asking for is maybe a quadrant like this:
    | 1 | 2 | 3 |
    | 4 | 5 | 6 |
    | 7 | 8 | 9 |

    So North from 5 would be 2, etc...

    How would this be represented in an XML database? Any examples or even tutorials to help me get started would be really useful.
    Edit: I'll be coding everything else in C#.
    Last edited by Octanum; May 28th, 2010 at 05:15 PM. Reason: Added info.

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

Featured