Wrox Programmer Forums
|
BOOK: Expert One-on-One Visual Basic 2005 Database Programming
This is the forum to discuss the Wrox book Expert One-on-One Visual Basic 2005 Database Programming by Roger Jennings; ISBN: 9780764576782
Welcome to the p2p.wrox.com Forums.

You are currently viewing the BOOK: Expert One-on-One Visual Basic 2005 Database Programming section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old January 27th, 2006, 04:08 PM
HAK HAK is offline
Registered User
 
Join Date: Jan 2006
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Default Expert One-On-One VB 2005 Database Programming

OrdersByCustomersV3 Programs produce errors that cannot be corrected. The chapter has a wealth of information but always refers to these programs. I would like the corrected versions. Note: 4 downloads on 4 different systems produce the same results. All systems are running SQLEXPRESS. All the other programs work (through Chapter 3)

MArt
 
Old February 7th, 2006, 06:02 PM
Wrox Author
 
Join Date: Feb 2006
Posts: 36
Thanks: 0
Thanked 0 Times in 0 Posts
Default

There is updated replacement code available from a temporary FTP site. Send me mail ([email protected]) and I'll provide the FTP URL, username and password. I'll post a message when the updated code is available from the WROX downloads page. See the message dated 2/7/2006.

Sorry for the inconvenience,

--rj
 
Old December 8th, 2006, 05:32 AM
Registered User
 
Join Date: Dec 2006
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Hi!

I had the same problem with the code for the examples in Chapter 4 using SQLEXPRESS. This is how I solved it:

1. Open the file

2. Since the code examples uses localhost ConnectionString you have to change it to connect to SQLEXPRESS. Open app.config and change the connectionstring from:
connectionString="Server=localhost;Integr...
to:
connectionString="Server=[computername]\SQLEXPRESS;Integr...

3. Debug (Press F5)

IMPORTANT: You must do it in this exact order otherwise the code example get corrupt and don´t work..

/Tobias





Similar Threads
Thread Thread Starter Forum Replies Last Post
VB 2005 SqlServer database connection chandra7 ADO.NET 0 December 1st, 2008 10:20 AM
VB 2005 Application vs. Access Database dirtdog22 Visual Basic 2005 Basics 1 April 19th, 2008 08:27 AM
Delete Data from a SQL Database using vb 2005 sahmed1983 VB Databases Basics 2 December 11th, 2006 03:16 PM
Database connection in VB 2005 atoyot VB Databases Basics 0 September 30th, 2006 10:52 PM
Beginning vb 6 database programming code source Oztryker Access 1 July 20th, 2004 01:13 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.