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

    Caching DB information

    hello,

    I'm looking for information in relation to caching relational database information in a C/C++ UNIX environment.

    Are there any existing/useful libraries/interface available from both a C and C++ perspective on the UNIX platform.
    Or is ODBC library the defacto standard interface.

    Basically, with typical UNIX processes (written in C and C++), I'm looking at a scheme where data can be queried and cached at process initialisation

    what are the best/proven techniques/methodologies for modelling data at the application level?
    ie. how to best model and store the data returned from queries?

    Any insight/suggestions appreciated.

    Thanks.
    Last edited by Moore; June 16th, 2009 at 06:43 AM.

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