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

Threaded View

  1. #4
    VictorN's Avatar
    VictorN is offline Super Moderator Power Poster
    Join Date
    Jan 2003
    Location
    Hanover Germany
    Posts
    20,430

    Re: CDaoDatabase deprecated?

    "thousands of payment records" as well as "hundreds of customer data" is almost nothing. A "big" Db begins with at least " hundreds thousands of ... records"
    Well, I already chose ADO & SQL Server 2008 Express (since it is free).
    You personal choice would depend on your DB and your DB structure: if there are only some separate table in the DB then CDatabse / CRecordset classes together with the record-binding (or without it) would be the simplest choice. If there is a lot of relationships between the tables / views - ADO seems to be better choice...
    Last edited by VictorN; March 25th, 2011 at 01:55 AM.
    Victor Nijegorodov

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