SitePoint Sponsor |
|
User Tag List
Results 1 to 1 of 1
-
Apr 19, 2011, 12:55 #1
- Join Date
- Apr 2011
- Posts
- 1
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
ASP with SQL using ntext and nvarchar
I'm having an issue with the data types in ASP. I have several columns which are either a data type of ntext or nvarchar in SQL 2008. When creating a form using DreamWeaver - ASP, I am having to create a variable on each column that is of a data type ntext or nvarchar. I read in a different forum that VARCHAR would need to be used but that did not work.
Why does ntext or nvarchar not work without a variable in ASP? Anyone know of a better way to handle this?
Any assistance or info would be greatly appreciated!
Bookmarks