Is is possible to give users the ability to create and edit surveys without giving them access to Admin the rest of the site those Surveys belong to? So.. to grant Design access to just the Survey snap in, and not the rest of the site?
I know I can grant Design access to one particular...
@gmmastros - hmmmm, but if that were the case, then this stored proc should not never have worked, right? The stored proc works with everything except an extra long string in this particular field. Nevertheless, I'll give it a shot tomorrow. Thanks for the suggestion!
And I wanted to note...
I'm using a stored proc. It's fairly basic, but here are the relevant parts:
--The Variables
@ID As Int
,@strAgendaTitle As VarChar(250)
,@strAgendaContent As VarChar(8000) --This is the issue.
,@strOwner As VarChar(150)
,@strAgendaWhat As VarChar(250)
,@strAgendaWhere As VarChar(250)...
Well, the article I linked to lists both nvarchar and varchar as being effected by the same issue, and states "make sure that varchar columns in a SQL Server 2000 database do not contain more than 4000 characters", which is what confused me. This is why I posted. I couldn't figure out why they...
Hey Guys, I'm a developer without a DBA who is having an odd problem with SQL Server 2000, and was hoping someone here could shed some light on what is going on.
I'm trying to insert a fairly lengthy VarChar (around 6500 characters) into a VarChar column in SQL Server 2000 using a stored...
Hello, I'm hoping someone here can help me figure this out. I'm fairly new to .NET, although not to web development in general.
I have an aspx form with a variable list of textbox controls that are dynamically created in Page_Init (according to some info passed to the page from the user)...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.