CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 6 of 6
  1. #1
    Join Date
    Jun 2001
    Location
    Mi
    Posts
    1,249

    Tom, Cesare - ADO, DAO, and RDO links to MS ...

    Tom, Cesare,

    These links will help alot with DB questions ...

    ADO, DAO and RDO in Visual Basic
    http://msdn.microsoft.com/library/d...VisualBasic.asp

    How to Speed Up Data Access by Using BeginTrans & CommitTrans
    http://support.microsoft.com/suppor...s/q109/8/30.asp

    Performance Tuning Tips for VB and Access
    http://support.microsoft.com/suppor...s/q107/7/51.asp

    How to Optimize SQL Queries in Visual Basic 3.0 and 4.0
    http://support.microsoft.com/suppor...s/q129/8/82.asp

    How to Optimize Queries in MS Access v2.0, 95, and 97
    http://support.microsoft.com/suppor...s/q112/1/12.asp

    How to Avoid Common Database Programming Mistakes in VB
    http://support.microsoft.com/suppor...s/q115/9/86.asp

    Speeding Up Iterative Processes in Visual or Access Basic
    http://support.microsoft.com/suppor...s/q112/7/24.asp


    I can't take credit tho ... That belongs to dnrodrigo

    Thanks.

    - Mike

  2. #2
    Join Date
    Jul 2000
    Location
    Milano, Italy
    Posts
    7,726

    Linked...

    ..Now here http://www.codeguru.com/forum/showth...815#post724815
    there is a link to this suggetsment...
    ;-)

    Cesare I.
    ...at present time, using mainly Net 4.0, Vs 2010



    Special thanks to Lothar "the Great" Haensler, Chris Eastwood , dr_Michael, ClearCode, Iouri and
    all the other wonderful people who made and make Codeguru a great place.
    Come back soon, you Gurus.

  3. #3
    Join Date
    Jun 2005
    Location
    gandhinagar,gujarat
    Posts
    51

    Re: Tom, Cesare - ADO, DAO, and RDO links to MS ...

    Quote Originally Posted by M Owen
    Tom, Cesare,

    These links will help alot with DB questions ...

    ADO, DAO and RDO in Visual Basic
    http://msdn.microsoft.com/library/d...VisualBasic.asp

    How to Speed Up Data Access by Using BeginTrans & CommitTrans
    http://support.microsoft.com/suppor...s/q109/8/30.asp

    Performance Tuning Tips for VB and Access
    http://support.microsoft.com/suppor...s/q107/7/51.asp

    How to Optimize SQL Queries in Visual Basic 3.0 and 4.0
    http://support.microsoft.com/suppor...s/q129/8/82.asp

    How to Optimize Queries in MS Access v2.0, 95, and 97
    http://support.microsoft.com/suppor...s/q112/1/12.asp

    How to Avoid Common Database Programming Mistakes in VB
    http://support.microsoft.com/suppor...s/q115/9/86.asp

    Speeding Up Iterative Processes in Visual or Access Basic
    http://support.microsoft.com/suppor...s/q112/7/24.asp


    I can't take credit tho ... That belongs to dnrodrigo

    Thanks.

    - Mike

    No any Microsoft link is opened....it says like.....page not found..or moved..

  4. #4
    Join Date
    Dec 2006
    Posts
    15

    Re: Tom, Cesare - ADO, DAO, and RDO links to MS ...

    most links dont work

  5. #5
    Join Date
    Jun 2004
    Location
    Kashmir, India
    Posts
    6,808

    Re: Tom, Cesare - ADO, DAO, and RDO links to MS ...

    Quote Originally Posted by isicles
    most links dont work
    That is because you are looking at pages that are 3 year old. In todays world where Ipod changes every month, we cannot expect Microsoft to keep things just for us for lifetime.

    VB6 support was removed long time back from MSDN.

    What exactly are you looking for?

  6. #6
    Join Date
    Nov 2006
    Location
    Staffordshire, England
    Posts
    12

    Re: Tom, Cesare - ADO, DAO, and RDO links to MS ...

    Last edited by Keithuk; January 8th, 2007 at 07:58 AM.
    I've been programming with VB for 17 years. Started with VB4 16bit Pro, VB5 Pro, VB6 Pro/Enterprise and now VB3 Pro. But I'm no expert, I'm still learning.

    Martin2k

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