How can i set varchar instead of nvarchar #11148
Unanswered
garsiv1932
asked this question in
General
Replies: 1 comment 1 reply
-
Maybe you can get length by |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I want to change the database string type from nvarchar to varchar?
Normally i use this funnction in my projects
The problem is i dont want to change the length of the columns and if i dont use a fixed length in SetColumnType the columns that are max become varchar(1).
Wow can i fix that?
Thanks in advance
Beta Was this translation helpful? Give feedback.
All reactions