0
Accessing NVARCHAR datatype from MSSQL 2000
New Here
,
/t5/dreamweaver-discussions/accessing-nvarchar-datatype-from-mssql-2000/td-p/806550
Apr 28, 2006
Apr 28, 2006
Copy link to clipboard
Copied
I had a simple search and result website built using JSP. The
database I access is MSSQL 2000. The program that uses it was
upgraded, and a few of the fields datatypes were changed from
varchar to nvarchar. Now, those fileds don't return any data in my
JSP results page. How can I get the JDBC to read the NVARCHAR
datatype?
I can run the test from my recordset test button and everything works fine. Also use SQL Query Analyzier and the data returns fine. So it has to be something with the JDBC.
Thanks. Corey
I can run the test from my recordset test button and everything works fine. Also use SQL Query Analyzier and the data returns fine. So it has to be something with the JDBC.
Thanks. Corey

TOPICS
Server side applications
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
LEGEND
,
/t5/dreamweaver-discussions/accessing-nvarchar-datatype-from-mssql-2000/m-p/806551#M195321
Apr 28, 2006
Apr 28, 2006
Copy link to clipboard
Copied
NVARCHAR (and the other n-prefixed character data types) uses
Unicode text
instead of ANSI text. You might have to tell your JSP page somehow. I'm
not one to know, but I do know that's the only difference between the data
types.
"egfhockey" <webforumsuser@macromedia.com> wrote in message
news:e2tmf6$b60$1@forums.macromedia.com...
> How can I get the JDBC to read the NVARCHAR
> datatype?
instead of ANSI text. You might have to tell your JSP page somehow. I'm
not one to know, but I do know that's the only difference between the data
types.
"egfhockey" <webforumsuser@macromedia.com> wrote in message
news:e2tmf6$b60$1@forums.macromedia.com...
> How can I get the JDBC to read the NVARCHAR
> datatype?
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
egfhockey
AUTHOR
New Here
,
LATEST
/t5/dreamweaver-discussions/accessing-nvarchar-datatype-from-mssql-2000/m-p/806552#M195322
May 01, 2006
May 01, 2006
Copy link to clipboard
Copied
Yeah, I have done alot of reading. Sounds, simple. But still
can't figure it out. Anyone?
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

