Code for ADO.NET: The Complete Reference

J

Jim Richards

Hello All. I am trying to use ADO.NET: The Complete reference by Michael and
Denielle Otey . I wanted to download the code from the publisher's (Osborne)
website BUT when I go to the Osborne website and enter this title into the
"Search For" space, it says it cannot find that book. I suppose it is
because it is several years old. I am trying to use the "Finding a Record in
the DataTable" on page 366.

Would anyone have the Code to this Book and be willing to email it to me?
(e-mail address removed) If you do, it will be very helpful to me because I
make too many mistakes when I copy code from a book. Thanks in
advance for any help on this. Jim
 
W

William Vaughn

My book is still in print and it has examples on retrieving data in
DataTables. Try the ADO and ADO.NET Examples and Best Practices or
Hitchhiker's Guide to Visual Studio and SQL Server 7th Edition. Their
examples are provided on disks that come with the book.

--
__________________________________________________________________________
William R. Vaughn
President and Founder Beta V Corporation
Author, Mentor, Dad, Grandpa
Microsoft MVP
(425) 556-9205 (Pacific time)
Hitchhiker's Guide to Visual Studio and SQL Server (7th Edition)
____________________________________________________________________________________________
 
J

Jim Richards

Thank you Sir for your suggestions but until I get my SQL 2000 SERVER
working right, there is no use in trying any app that uses a db that resides
in SQL. Every project ( I have tried three now) that uses a connection to
SQL gets the same error when I try to run it even tho the compiler says "No
errors".
I have no trouble running my projects that use a connection to a db in
Access 2000. Have a good day, Jim
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top