System.Nvarchar problem
-
System.Nvarchar does not exist... does anyone know how to do this? bulkCopy.WriteToServer throws an exception because it cannot put a string into nvarchar... dc.DataType = System.Type.GetType("System.Nvarchar");
“You will never be a leader unless you first learn to follow and be led.” –Tiorio "Coming together is a beginning, staying together is progress, and working together is success." Henry Ford
-
System.Nvarchar does not exist... does anyone know how to do this? bulkCopy.WriteToServer throws an exception because it cannot put a string into nvarchar... dc.DataType = System.Type.GetType("System.Nvarchar");
“You will never be a leader unless you first learn to follow and be led.” –Tiorio "Coming together is a beginning, staying together is progress, and working together is success." Henry Ford
Mogaambo wrote:
System.Nvarchar does not exist
Where did you read that it is a datataype in .Net?:confused:
Please remember to rate helpful or unhelpful answers, it lets us and people reading the forums know if our answers are any good.
-
Mogaambo wrote:
System.Nvarchar does not exist
Where did you read that it is a datataype in .Net?:confused:
Please remember to rate helpful or unhelpful answers, it lets us and people reading the forums know if our answers are any good.
-
System.Nvarchar does not exist... does anyone know how to do this? bulkCopy.WriteToServer throws an exception because it cannot put a string into nvarchar... dc.DataType = System.Type.GetType("System.Nvarchar");
“You will never be a leader unless you first learn to follow and be led.” –Tiorio "Coming together is a beginning, staying together is progress, and working together is success." Henry Ford
The
DataType
should beSystem.String
.Deja View - the feeling that you've seen this post before.
-
System.Nvarchar does not exist... does anyone know how to do this? bulkCopy.WriteToServer throws an exception because it cannot put a string into nvarchar... dc.DataType = System.Type.GetType("System.Nvarchar");
“You will never be a leader unless you first learn to follow and be led.” –Tiorio "Coming together is a beginning, staying together is progress, and working together is success." Henry Ford
-
System.String and SqlDbType.NVarChar , doesn't work it gives exception.
“You will never be a leader unless you first learn to follow and be led.” –Tiorio "Coming together is a beginning, staying together is progress, and working together is success." Henry Ford