473,624 Members | 2,453 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Getting sample code to work from a 'Wrox' book...

RAB
Hello,

I downloaded the VB samples from the 'Wrox book' website at the
following address
http://www.wrox.com/WileyCDA/WroxTit...load_code.html

I installed MSDE 2000

I put the downloaded folder in my ...wwwroot folder and did the setup

In the setup log I get the following:

5/19/2006 10:36:58 PM: [Fail] : Failure checking for existence of
database 'UserList' : SQL Server does not exist or access denied.
5/19/2006 10:36:58 PM: [Warn] : Cannot add user 'Rich\ASPNET' to
database 'UserList' as the database does not exist.
5/19/2006 10:36:58 PM: : Database installation complete
5/19/2006 10:36:58 PM: : Modifying web.config files
5/19/2006 10:36:58 PM: [Pass] : Modify web.config file
14_Securing_ASP .NET_Applicatio ns\windows\
5/19/2006 10:36:58 PM: [Dbg] : Adding:
server=Rich\Net SDK;Trusted_Con nection=yes;dat abase=UserList
5/19/2006 10:36:58 PM: [Pass] : Modify web.config file
14_Securing_ASP .NET_Applicatio ns\custom-forms-based\
5/19/2006 10:36:58 PM: [Dbg] : Adding:
server=Rich\Net SDK;Trusted_Con nection=yes;dat abase=UserList
5/19/2006 10:36:58 PM: [Pass] : Modify web.config file
14_Securing_ASP .NET_Applicatio ns\personalizat ion\
5/19/2006 10:36:58 PM: [Dbg] : Adding:
server=Rich\Net SDK;Trusted_Con nection=yes;dat abase=Northwind
5/19/2006 10:36:58 PM: [Dbg] : Adding:
server=Rich\Net SDK;Trusted_Con nection=yes;dat abase=pubs
5/19/2006 10:36:58 PM: [Dbg] : Adding:
server=Rich\Net SDK;Trusted_Con nection=yes;dat abase=IBuyAdven ture
5/19/2006 10:36:58 PM: [Dbg] : Adding: Provider=SQLOLE DB.1;Data
Source=Rich\Net SDK;Trusted_Con nection=yes;Ini tial Catalog=IBuyAdv enture
5/19/2006 10:36:58 PM: [Dbg] : Adding:
server=Rich\Net SDK;Trusted_Con nection=yes;dat abase=WroxBooks
5/19/2006 10:36:58 PM: [Dbg] : Adding: Provider=SQLOLE DB.1;Data
Source=Rich\Net SDK;Trusted_Con nection=yes;Ini tial Catalog=WroxBoo ks
5/19/2006 10:36:58 PM: [Dbg] : Adding:
Provider=Micros oft.Jet.OLEDB.4 .0;Data Source=
5/19/2006 10:36:58 PM: [Pass] : Modify web.config file
5/19/2006 10:36:58 PM: : Modification of web.config files
complete
5/19/2006 10:36:58 PM: [Fail] : Failure checking for existence of
database 'UserList' : SQL Server does not exist or access denied.
5/19/2006 10:36:58 PM: [Info] : UserList database does not exist -
cannot update password hashes
5/19/2006 10:36:58 PM: : Configuration complete

Does anyone know what I am doing wrong?

Thanks,
RABMissouri

May 20 '06 #1
1 1351
RAB
My problem was...after loading MSDE, I needed to reboot my computer.

May 21 '06 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
2548
by: sams | last post by:
Book Title: Professional PHP Programmig Year : 1999-2000. ISBN# : 1-861002-96-2 Publiser : Wrox Press Inc. Authors : J.Castagnetto, H. Rawat, S. Schumann, C. Scollo, D. Veliath. Subject: Help to find a Wrox book *ISBN: 1-861002-96-2, Professional PHP Programming* code?
0
1198
by: Mark Hahn | last post by:
I'm running COG 0.5 with python 2.3.2 windows build #49. When I ran the sample code benchmark.py I got this error: while saving <cog.registry.Registry object at 0x008EAB50> Traceback (most recent call last): File "C:\Python23\lib\site-packages\cog\db.py", line 368, in save_objects self.io.save_obj(obj, oid, self) File "C:\Python23\lib\site-packages\cog\io.py", line 252, in save_obj pickler.dump(obj.__class__) PicklingError: Can't...
3
11460
by: John MacIntyre | last post by:
Hi, Can anybody give me a hint as to how to convert a javascript array into a vbscript array? BTW-it only needs to work in IE5 & 6 Thanks in advance, John MacIntyre VC++ / VB / ASP / Database Developer
5
1468
by: David Coppit | last post by:
Hi all, Most smart pointers remove the need to call delete. What I want is a pointer that turns delete into a no-op for "unauthorized" clients. The reason is that I'm generating code from pre-existing legacy code that assumes the caller deletes the pointer. However, I want to reduce memory copies for the case where there are multiple clients fetching a pointer to the same memory.
15
1661
by: ben | last post by:
this programme from sedgewick's 'algorithms in c parts 1-4' "is a sample client program that ... uses a symbol table to find the distinct values in a sequence of keys (randomly generated or read from standard input), then prints them out in sorted order." #include <stdio.h> #include <stdlib.h> #include "item.h" #include "st.h"
2
1249
by: Mark Huebner | last post by:
The following sample code for the lock statement is on page 112 of the O'Reilly book "C# Essentials". Can somebody explain to me why this recursive class definition of LockTest does not cause an infinite number of LockTest objects to be created (i.e., until it consumes all available memory)? I don't understand why only two threads are created. using System; using System.Threading;
30
1829
by: Chad Z. Hower aka Kudzu | last post by:
I need to provide a series of demos for an assembly. There are potentialy several dozen of them. None of them are very complex, however maintaining two versions of them will be very maintainance intensive. Some of the very basic ones I have provided in both C# and VB. However moving forward, time just does not permit. So I have to choose - C# or VB? For me, it does not really matter. I am comfortable in either one. If I choose C#, this...
3
1286
by: Nikolay Petrov | last post by:
I've found some sample code in MSDN, which is interesting to me. There are two problems about it. It is in C# and second it think somethig is wrong with it. The some namespaces used in it does not exist. Also I think that the whole method of doing the things in the sample code have changed. Could anyone make it work? TIA Here is the link to the code: http://msdn.microsoft.com/library/en-us/dnnetsec/html/SecNetHT11.asp
2
1495
by: psbasha | last post by:
Hi, Could anybody help me in getting the Sample code ,how to use the Profiler in Python applications. Thanks in adavance PSB
0
8240
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8680
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
8482
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
7168
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6111
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5565
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4082
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
1791
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
2
1487
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.