Results 1 to 5 of 5

Thread: XML Database

  1. #1

    Thread Starter
    Addicted Member Tengkorak's Avatar
    Join Date
    Nov 2006
    Posts
    240

    XML Database

    Whether using XML database for data storage is safe enough?
    because I wanted to branch using an XML database and then she sends the data to the center. and then the data is in process at the center and then incorporated into the database server

  2. #2
    PowerPoster techgnome's Avatar
    Join Date
    May 2002
    Posts
    34,687

    Re: XML Database

    1) There is no such thing as XML Database.... XML is a format, usually stored as a file. It is NOT a database.
    2) What do you mean by "safe enough"? Are you talking about security or what? Your question has no meaning. The security of the data is irrelevant to XML. XML is just plain text with special markup tags to give the data meaning. In of itself, XML has no security context, therefore it is inherently not "safe". But I'm not sure what you're looking for.

    -tg
    * I don't respond to private (PM) requests for help. It's not conducive to the general learning of others.*
    * I also don't respond to friend requests. Save a few bits and don't bother. I'll just end up rejecting anyways.*
    * How to get EFFECTIVE help: The Hitchhiker's Guide to Getting Help at VBF - Removing eels from your hovercraft *
    * How to Use Parameters * Create Disconnected ADO Recordset Clones * Set your VB6 ActiveX Compatibility * Get rid of those pesky VB Line Numbers * I swear I saved my data, where'd it run off to??? *

  3. #3
    Frenzied Member
    Join Date
    Jan 2010
    Location
    Connecticut
    Posts
    1,687

    Re: XML Database

    tg is correct. If you ARE concerned about security, you can encrypt it.
    VB6 Library

    If I helped you then please help me and rate my post!
    If you solved your problem, then please mark the post resolved

  4. #4

    Thread Starter
    Addicted Member Tengkorak's Avatar
    Join Date
    Nov 2006
    Posts
    240

    Re: XML Database

    thanks for the explanation, more or less like that's what I was looking for
    I previously thought that the same XML with Microsoft Access databases and the like.
    I mean safe enough to use as such is an XML database, if this is possible or not and I think-tg already provided the answer

  5. #5
    Karen Payne MVP kareninstructor's Avatar
    Join Date
    Jun 2008
    Location
    Oregon
    Posts
    6,714

    Re: XML Database

    Our agency sends and receives XML data with the IRS for commonality of structure but on our side of the fence store our data in IBM-DB2 databases. Security is handled through a gateway as XML offers no security of its own.

    Our gateway is from IBM under WebSphere called DataPower.

    So if you are going to use XML to move from your location to another location one consideration is a gateway as mentioned above.

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