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

Thread: databases

  1. #1
    Join Date
    Jan 2002
    Posts
    28

    databases

    I will build a programm to handle with my audio CD's now I will know with which database I should work, the database will have more than 10000 entries!!

    Should I work with ADO or ODBC?
    Can I work with ADO and SQL in one C++ projekt, can i access SQL-databases with ado?

    Must I have a SQL Server when I will work with SQL???

    Greats Andreas


  2. #2
    Join Date
    May 1999
    Location
    Wisconsin, USA
    Posts
    953

    Re: databases

    Check this free library out.

    http://www.sypram.com/DownLoad.htm

    Structured Query Language (SQL) is a "standard" way to access data within a basebase. You don't have to have SQL Server to use SQL.



  3. #3
    Join Date
    Jan 2002
    Posts
    28

    Re: databases

    Does anybody have evver worked with this Library, because I have probs with it?

    Do anyone speak german?



  4. #4
    Join Date
    May 1999
    Location
    Wisconsin, USA
    Posts
    953

    Re: databases

    Here may be a good place to ask some questions.

    http://www.codeguru.com/mfc_database/EODL.html

    Sorry, I don't speak German.




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