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

Thread: SQL server

  1. #1
    Join Date
    Aug 1999
    Posts
    45

    SQL server

    Hi ,

    Can someone give a a suggestion for a good VB book on SQL server

    Thanks



  2. #2
    Join Date
    Jan 2000
    Location
    MO, USA
    Posts
    1,506

    Re: SQL server

    If you mean a good book for accessing SQL Server you can't go wrong (or get much better) with The Hitchhiker's Guide to Visual Basic and SQL Server by William Vaughn. Published by Microsoft Press. The latest edition I think is still the 6th edition. It covers ADO, RDO and DAO and accessing all different types of databases. It focuses on SQL Server, of course, and shows you how to write stored procedures for SQL Server.

    I think it is one of the best books for data access in general as well as for writing code against SQL Server.

    You should also look for Programming SQL Server Unleased published by SAMS. I think their latest edition covers SQL Server 7.0 as well.

    Hope this helps,
    John

    John Pirkey
    MCSD
    www.ShallowWaterSystems.com
    John Pirkey
    MCSD (VB6)
    http://www.stlvbug.org

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