c# - Reading dot data in csv file using OleDB -


i'm using oledb reading csv file , loading database table. data loaded incorrectly. in file csv data 12.34.56.78 after reading data becomes 12.345678. last 2 dots disappear. how can read , load correctly?


Comments

Popular posts from this blog

Hatching array of circles in AutoCAD using c# -

ios - UITEXTFIELD InputView Uipicker not working in swift -

Python Pig Latin Translator -