How to link Berkeley DB and Visual C++?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • kevinkwh
    New Member
    • Feb 2010
    • 13

    How to link Berkeley DB and Visual C++?

    Hi
    I'm a student and i have to write visual c ++ and berkeley db.
    I don't know how to link those two.
    in fact, i don't know where to start !!!
    can anybody give me any advises??
    Thanks
  • Banfa
    Recognized Expert Expert
    • Feb 2006
    • 9067

    #2
    See if there is an ODBC driver for Berkeley DB and if there is right a Visual C++ program that uses ODBC for it's database connectivity.

    Comment

    • kevinkwh
      New Member
      • Feb 2010
      • 13

      #3
      Thanks for your reply !!!
      I'll try.
      btw, Visual C++ can only use ODBC driver to connect with Berkeley DB?
      Is there any other options ???
      Which one is the most convenient one?
      Thanks

      Comment

      • johny10151981
        Top Contributor
        • Jan 2010
        • 1059

        #4
        Did you install Berkeley DB yet.

        I think you might get library provided by Berkeley DB like MySQL. Even though i have no idea what is Berkeley DB But I am pretty sure It provide required library and header file.

        Include the header path to your Project Property
        Include Required to your Linker and then compile

        Comment

        Working...