|
Subject:
|
database in Beginning C# Web Applications
|
|
Posted By:
|
tvilde
|
Post Date:
|
7/22/2003 2:40:59 AM
|
Hi, I am working myself through Beginning C# Web Appplications with Visual Stuido .NET and it works fine. However, I have encountered a problem with the Friends Database. It cannot be opened properly and thus not accessed by the Sql engine. I have established contact with other databases, therefore I have concluded that the Friends database is corrupt. Is there anyone who has encountered any problems with the database? Is there a fresh copy of it somewhere?
Best regards, Tvilde
|
|
Reply By:
|
patmrc
|
Reply Date:
|
11/25/2003 1:23:31 PM
|
I don't think the db is corrupt, try downloading it again from the apress site.
I also got problems with the database, but only with the login. I can see it and update it in the server explorer, but when I try to connect programmatically the login fails for user "sa". Yes, I already ran the mixedmode.vbs script mentioned in Appendix B, but it still doesn't work! (I checked the registry, the key had indeed been changed.)
Can anybody tells us what to do? Pat
|
|
Reply By:
|
jmac
|
Reply Date:
|
12/2/2003 8:38:53 AM
|
I have had similar problems: I had to download the database a second time to get it to load. And even then it would not load unless attached as "Friends" ("FriendsData" as shown p553 would not work). I created a password for the sa login also - sa + null password did not seem to work properly.
I cannot get the data binding to work in Ch5 - error about no permission to create database in master. Anyone had any luck here ?
quote: Originally posted by patmrc
I don't think the db is corrupt, try downloading it again from the apress site.
I also got problems with the database, but only with the login. I can see it and update it in the server explorer, but when I try to connect programmatically the login fails for user "sa". Yes, I already ran the mixedmode.vbs script mentioned in Appendix B, but it still doesn't work! (I checked the registry, the key had indeed been changed.)
Can anybody tells us what to do? Pat
|
|
Reply By:
|
dconing
|
Reply Date:
|
1/2/2004 1:44:20 PM
|
Has anyone solved the userID sa problem and connecting to Friends?
I would appreciate any help!
Thanks,
Doug C
|