Results 1 to 2 of 2

Thread: Want To Know???/

  1. #1

    Thread Starter
    Lively Member sandin's Avatar
    Join Date
    Nov 2001
    Location
    From Your Heart!!!!
    Posts
    68

    Exclamation Want To Know???/

    Hi Everybody...

    I want to know about the database connectivity in VC ++ so anybody know about the tutorials on which i can get idea about how to connect the vc application to database .(Access , SQL )

    plz. send me related URL so i can get mateial about vc ++

    Thanx.
    sandin

  2. #2
    Kitten CornedBee's Avatar
    Join Date
    Aug 2001
    Location
    In a microchip!
    Posts
    11,594
    There are 4 ways without MFC.
    a) ODBC. Can access every kind of database, but only with a limited funciton set.
    b) OLE DB. Very fast and powerful, but only for some databases. Hard to use.
    c) ADO. Easy to use wrapper of OLE DB.
    These 3 are documented in the SDK.

    d) DAO. Fast and powerful, yet easy-to-use method to connect to MS Jet databases (mdb). Poorly documented: No docs in the SDK, DAO docs are only for VB.

    MFC provides wrapper classes for ODBC and DAO.
    All the buzzt
    CornedBee

    "Writing specifications is like writing a novel. Writing code is like writing poetry."
    - Anonymous, published by Raymond Chen

    Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.

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