Groups | Blog | Home
all groups > dotnet ado.net > december 2005 >

dotnet ado.net : varchar or nvarchar


tascienu NO[at]SPAM ecoaches.com
12/14/2005 2:54:42 PM
When i get a dataset from db, and I check the dc.DataType.Name value of
a column, it gives me "String" for that particular column.

How do i know if that String is a Varchar or nVarchar?

Thanks.
Patrice
12/15/2005 9:49:36 AM
IMO you'll have to read the schema for this table. You may want also to
explain why you need this info as there is AFAIK generally no difference in
handling those columns...

--
Patrice

<tascienu@ecoaches.com> a écrit dans le message de
news:1134600882.797867.280100@f14g2000cwb.googlegroups.com...
[quoted text, click to view]

tascienu NO[at]SPAM ecoaches.com
12/16/2005 4:50:13 PM
I am calculating the rowsize left so that i can limit the length the
user can enter for a new column...

Tascien
AddThis Social Bookmark Button