p2p.wrox.com Forums

Need to download code?

View our list of code downloads.


Go Back   p2p.wrox.com Forums > Visual Basic > VB 2005 > BOOK: Expert One-on-One Visual Basic 2005 Database Programming
I forgot my password Register Now
Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read
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 p2p Programmer to Programmer discussion community. This is a community of more than 40,000 computer programmers including Wrox book authors and readers. As a guest, you can read any forum posting. By joining our free Wrox p2p community you can post your own programming questions and respond to other programmers’ questions. Registered users also don't have to see the ads that are displayed to guests. Registration is fast, simple and absolutely free so please, join today!
Join today and post to win prizes! Post more to increase your chances of being Wrox’s top poster of the month.

Reply
 
Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old January 27th, 2006, 04:08 PM
HAK HAK is offline
Registered User
 
Join Date: Jan 2006
Location: , , .
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
__________________
MArt
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
  #2 (permalink)  
Old February 7th, 2006, 06:02 PM
Wrox Author
Points: 149, Level: 2
Points: 149, Level: 2 Points: 149, Level: 2 Points: 149, Level: 2
Activity: 12%
Activity: 12% Activity: 12% Activity: 12%
 
Join Date: Feb 2006
Location: Oakland, CA, USA.
Posts: 33
Thanks: 0
Thanked 0 Times in 0 Posts
Default

There is updated replacement code available from a temporary FTP site. Send me mail (Roger_Jennings@compuserve.com) 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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
  #3 (permalink)  
Old December 8th, 2006, 05:32 AM
Registered User
 
Join Date: Dec 2006
Location: Umeå, , Sweden.
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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are Off
Forum Jump

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 09: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 11:52 PM
Beginning vb 6 database programming code source Oztryker Access 1 July 20th, 2004 02:13 PM



All times are GMT -4. The time now is 06:08 AM.


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
© 2008 Wiley Publishing, Inc