 |
BOOK: ASP.NET 2.0 Instant Results ISBN: 978-0-471-74951-6
 | This is the forum to discuss the Wrox book ASP.NET 2.0 Instant Results by Imar Spaanjaars, Paul Wilton, Shawn Livermore; ISBN: 9780471749516 |
|
Welcome to the p2p.wrox.com Forums.
You are currently viewing the BOOK: ASP.NET 2.0 Instant Results ISBN: 978-0-471-74951-6 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
|
|
|
|
|

July 31st, 2006, 12:02 PM
|
|
Registered User
|
|
Join Date: Jul 2006
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Chart Server dosen't send message
Hi there
I'm new here. nice to meet everybody here.
I installed chat server on my 2003 server. I used setup to install chat server to my machine. everything seems work ok. but when I type in some message and click send. nothing i show up in upper message area and there are click sound keep coming out every second. is there any one so nice to tell me what hapen here?
Thanks
Tim
|
|

January 16th, 2007, 05:30 PM
|
|
Registered User
|
|
Join Date: Jan 2007
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Hello,
I incorporated the chat server into my website and it's not showing the messages either. I'm using SQL Server 2000 and I was able to add all of the tables/prcoedures/views (with the exception of 1 column in the view that uses the CASE statement.. wasn't allowed). I checked the message table and it's saving my messages but not displaying them. Any ideas?
Thanks,
Doug
www.fire-church.org
|
|

January 16th, 2007, 05:42 PM
|
 |
Wrox Author
|
|
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
|
|
Hi Doug,
Does it work for you on SQL Server 2005?
What did you do to fix the error in the view? I didn't write this chapter, but I assume the case statement is there for a reason...
Imar
---------------------------------------
Imar Spaanjaars
http://Imar.Spaanjaars.Com
Everyone is unique, except for me.
Author of ASP.NET 2.0 Instant Results and Beginning Dreamweaver MX / MX 2004
Want to be my colleague? Then check out this post.
|
|

January 16th, 2007, 05:55 PM
|
|
Registered User
|
|
Join Date: Jan 2007
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Hi Imar,
Well, actually I'm not sure which version it is, I just assumed 2000. How can you tell? Also, yeah, I assume that statement was there for a reason too but wasn't sure how to fix it. Would you happen to know? :)
Thanks,
Doug
www.fire-church.org
|
|

January 16th, 2007, 06:00 PM
|
 |
Wrox Author
|
|
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
|
|
It's important to find out the version of SQL Server first. How do you connect to it?
If you can access a Query Analyzer, try this:
SELECT @@VERSION
and then hit F5
Alternatively, try this:
sp_server_info
and hit F5.
In both cases, you should get info about the server.
Also, try running the site on SQL Server Express 2005. The database that comes with the downloads is a SQL 2005 database.
Hope this helps,
Imar
---------------------------------------
Imar Spaanjaars
http://Imar.Spaanjaars.Com
Everyone is unique, except for me.
Author of ASP.NET 2.0 Instant Results and Beginning Dreamweaver MX / MX 2004
Want to be my colleague? Then check out this post.
|
|

January 16th, 2007, 06:04 PM
|
|
Registered User
|
|
Join Date: Jan 2007
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
ok, I will try that. One quick note though, is I'm incorporating this into my website that is already using SQL Server which is why I copied the tables, etc. and didn't try using the Server Express.
www.fire-church.org
|
|

January 16th, 2007, 06:16 PM
|
 |
Wrox Author
|
|
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
|
|
I see.
There may be features in the database that are 2005 specific. Not sure, but it's worth looking out for that....
Imar
---------------------------------------
Imar Spaanjaars
http://Imar.Spaanjaars.Com
Everyone is unique, except for me.
Author of ASP.NET 2.0 Instant Results and Beginning Dreamweaver MX / MX 2004
Want to be my colleague? Then check out this post.
|
|

January 17th, 2007, 10:29 AM
|
|
Registered User
|
|
Join Date: Jan 2007
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Ok, this is what I get with Select @@Version
Microsoft SQL Server 2000 - 8.00.194 (Intel X86)
Aug 6 2000 00:57:48
Copyright (c) 1988-2000 Microsoft Corporation
Developer Edition on Windows NT 5.1 (Build 2600: Service Pack 2)
So with that in mind is there anyway you can help me?!? :)
Thanks,
Doug
www.fire-church.org
|
|

January 17th, 2007, 01:04 PM
|
 |
Wrox Author
|
|
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
|
|
I'll see if I can cook up a script for SQL Server 2000. That might take a while though so I hope you're not in a hurry...
Imar
---------------------------------------
Imar Spaanjaars
Everyone is unique, except for me.
|
|

January 17th, 2007, 01:59 PM
|
|
Registered User
|
|
Join Date: Jan 2007
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
No, no hurry. I'll take all of the help I can get! Thank You! :)
www.fire-church.org
|
|
 |