Forums
Jul 3, 2004
Ok, I have a question.
Where can I get a free ASP.NET forum that can connect to a SQL Server DB and be in Portuguese? I'm pretty much set with a website, however I need a forum.
In PHP, I used to get a PHPBB forum which was extremely easy to configure and set the language. However, I'm having no such luck in ASP.NET. Any suggestions?
Thanks In Advance
View 3 Replies
May 9, 2007
Hi all
Where i can solutions for 10g forms
Is their any forum like sqlteam.com
Becouse i hav some doubts
THANKS IN ADVANCE.
Malathi Rao
View 3 Replies
View Related
Jun 6, 2007
Why are there 2 RS forums on MSDN
This is the other one
http://msdn.microsoft.com/newsgroups/default.aspx?dg=microsoft.public.sqlserver.reportingsvcs
This one has a worse UI
View 2 Replies
View Related
Aug 10, 2007
Moderators help
I cannot post in some forums. For example I am trying to reply to this forum
http://www.sqlteam.com/forums/topic.asp?TOPIC_ID=87688
But it won't post and I get cannot find server and there are some other posts as well. What could be the problem
Here is my reply just in case somebody else can post it there.
CREATE TABLE #Table1 (C1 money)
INSERT INTO #Table1 VALUES(4.13)
INSERT INTO #Table1 VALUES(4.24)
INSERT INTO #Table1 VALUES(6.76)
INSERT INTO #Table1 VALUES(5.17)
INSERT INTO #Table1 VALUES(5.29)
select convert(varchar(20),C1) from #table1
Ashley Rhodes
View 5 Replies
View Related
Apr 28, 2008
I don't know why I can not see 'sign in' button on msdn forums now at my company's computer. I can see that button several days ago, but now I can not see it. Why? I only can see post but can not create a new one or reply.
At home computer everything is fine.
Thanks.
View 2 Replies
View Related
May 20, 2006
I have installed SQL Server 2005 Express Advanced Edition. I wan to use it as a database backend for a Web Site I am building which will use the Snitz Forums ASP web. How do I se this up to work with the Snitz product? Yes I am new to databases and have never set up one for use in a web application or site before. I am grateful for any assistance or tutorials which can be given to help me accomplish this task.
View 9 Replies
View Related