Re: JDBC - varchar or nvarchar fields?
- From: "D." <d@xxxxx>
- Date: Thu, 11 May 2006 12:34:04 +0200
The application is multilingual and I've set the collation of SQL Server to
latin1
I'm tempted to use nvarchar (because jtds driver seems to send strings as
unicode), but I don't know:
1) How this will impact on performances of the application.
2) If I have to use a different sintax on my queries (for example using
N'xxxxxx' instead of 'xxxxxxx' for strings)
3) Any other issues on using nvarchar
Thanks,
Davide.
.
- Follow-Ups:
- Re: JDBC - varchar or nvarchar fields?
- From: joeNOSPAM@xxxxxxx
- Re: JDBC - varchar or nvarchar fields?
- References:
- JDBC - varchar or nvarchar fields?
- From: D.
- Re: JDBC - varchar or nvarchar fields?
- From: joeNOSPAM@xxxxxxx
- JDBC - varchar or nvarchar fields?
- Prev by Date: Re: Copy 60GB table?
- Next by Date: Re: Need Emergency Advice
- Previous by thread: Re: JDBC - varchar or nvarchar fields?
- Next by thread: Re: JDBC - varchar or nvarchar fields?
- Index(es):
Relevant Pages
|