I am trying to insert the data in to sql from an excel sheet. My excel sheet containing details are
Product Id Youtube Url
23345566 www.example.com
2514 www.example.com
the code is working correctly.but when the product id is big(more tha 4 numbers)it will inserted like 2.33456e+007.means the second id inserted correctly,but the first id inserted like like 2.33456e+007.Anyone know what is the problem??
Product Iddatatype to varchar(100).Textto pick strings.