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

    Question C++ database access

    I'm designing a new large project which uses database intensively.
    I'm looking for a c++ library that provides access to databases (such as ilog and dtl) that has the following features:
    * unicode support.
    * good benchmarks.
    * support multithreading.
    * high reliability.
    * multi-platform.
    * supports several db engines (e.g. oracle, sybase, ms sql...).

    Does anyone familiar with such library?

    TIA,
    Yaniv.

  2. #2
    Join Date
    Dec 2001
    Location
    Ontario, Canada
    Posts
    2,236
    There is no multiplatform database standard. For Windows you should look at OleDb. Its the only technology that does everything you mention.

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