I am importing a text file database in my SQL server database in asp.net c#. I cannot fetch th开发者_如何学Pythone column name from .txt file which contains a numeric data.
How can I acheive this?
Try changing the data type of the database column where u save text file to text or ntext.
精彩评论