How to insert large value c#

Posted by Oswaldlily under C# on 5/21/2019 | Points: 10 | Views : 3322 | Status : [Member] | Replies : 4
Big sentence not getting inserted into excel. it says field is too small to accept characters.
If I want to very big sentence into excel, what I'm supposed to use?? Using oledb we are connecting




Responses

Posted by: Jayakumars on: 5/31/2019 [Member] [MVP] Bronze | Points: 25

Up
0
Down
Hi

Check your connection string then Data content checking size your table also

can you share your code mail me

Mark as Answer if its helpful to you

Kumaraspcode2009@gmail.com

Oswaldlily, if this helps please login to Mark As Answer. | Alert Moderator

Posted by: Jayakumars on: 8/11/2019 [Member] [MVP] Bronze | Points: 25

Up
0
Down
Hi
Why promote your site here?

Go to post jobs section

Also your website not working

Mark as Answer if its helpful to you

Kumaraspcode2009@gmail.com

Oswaldlily, if this helps please login to Mark As Answer. | Alert Moderator

Posted by: Anastasiass on: 8/16/2019 [Member] Starter | Points: 25

Up
0
Down
you can:

define the query string, SqlParameters, and SqlCommand once
in the loop, set the parameter values and call ExecuteNonQuery();
(it is also preferred to not use AddWithValue() anyway)

By the way I would love to hire c# programmer, so if you have or want to have a remote work experience, write me
https://mobilunity.com/blog/how-to-hire-c-developer/

Oswaldlily, if this helps please login to Mark As Answer. | Alert Moderator

Posted by: Anastasiass on: 8/16/2019 [Member] Starter | Points: 25

Up
0
Down
Hello

Oswaldlily, if this helps please login to Mark As Answer. | Alert Moderator

Login to post response