|
 |
asp_components thread: VB6 Web Programming
Message #1 by David Hamill <david.hamill@p...> on Wed, 14 Mar 2001 14:21:40 -0000
|
|
Hi folks
Just recently testing the example within Chapter 9 of the 'VB6 Web
Programming' book. Sadly I cannot get the example to work even after
following the complete instructions. Curently working with VB6 on a Windows
2000 Server. Anyone else discovered problems with this code ??
Thanks in advance
David
Message #2 by Robert Chartier <rchartierh@a...> on Wed, 14 Mar 2001 09:21:51 -0500
|
|
What problems? Post relevant code, errors, indicate line numbers, etc....
http://www.aspfree.com/authors/robert/quotes.asp#10
At 09:21 AM 3/14/01, you wrote:
>Hi folks
>
>Just recently testing the example within Chapter 9 of the 'VB6 Web
>Programming' book. Sadly I cannot get the example to work even after
>following the complete instructions. Curently working with VB6 on a Windows
>2000 Server. Anyone else discovered problems with this code ??
>
>Thanks in advance
>
>David
Robert Chartier
Author, AspFree.com
xxx-xxx-xxxx
rchartierh@a...
http://www.aspfree.com/devlinks
http://www.aspfree.com/authors/robert
http://www.aspalliance.com/nothingmn
Message #3 by David Hamill <david.hamill@p...> on Thu, 15 Mar 2001 08:38:40 -0000
|
|
Apologies for not being more specific with my problem.....
1. I have created a virtual directory within IIS 5 called Chapter 9 (with
all necessary permissions)
2. I open the 'Authors.vbp' and select start with full compile. (Following
the instructions on page 329 'Testing Our Component') VB6 Web Programming.
3. When I select the 'RequestAuthors' page to browse, make a selection and
press submit, the following error is returned
Display AuthorsTop of Form 1
SQL Error Occurred Reading From The Database
3. A dns has been created (pubs)
4. All relevant refernces in VB have been made, and the global.asa file is
pointing to the correct odbc connection...
dsn=pubs Connection;uid=sa;pwd=;
Currently using SQL Server 7.0, VB6 (with SP 4) on a windows 2000 server
platform. I am currently using all the files supplied from a download at the
Wrox website.
Hope someone can help.
Thanks in advance
David
Bottom of Form 1
|
|
 |