varchar or nvarchar

T

tascienu

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.
 
P

Patrice

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...
 
T

tascienu

I am calculating the rowsize left so that i can limit the length the
user can enter for a new column...

Tascien
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top