CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: data storage

  1. #1
    Join Date
    Aug 2010
    Posts
    1

    data storage

    Hi,

    Building pro desktop applications, using C++ - how do we store data locally on the users computer? I know that there is an option to let the application connect to a remote server with SQL etc., but supposed I want to store the data locally - still - secured- what is the acceptabe way to do it? encrypted filed? XMLs?

  2. #2
    Join Date
    Nov 2000
    Location
    Voronezh, Russia
    Posts
    6,633

    Re: data storage

    Anything you fancy, depending on particular requirements. Including local databases as well. Which might accidentally appear to be "server with SQL etc." ones.
    Best regards,
    Igor

Tags for this Thread

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