Hello friends,
In Access or Excel, microsoft provided Importing CSV File Facility. I would like to use same component. May i know how can i get that componet. so that i can use it in my application
Thank you
Printable View
Hello friends,
In Access or Excel, microsoft provided Importing CSV File Facility. I would like to use same component. May i know how can i get that componet. so that i can use it in my application
Thank you
import to do what?
it is only string manipulation
I want to update the backend tables...with the CSV Data..
I will select table from backend and selelct columns, to be updated with the CSV data..
I want it to work same as Excell or Access..
Just try to open Text file [CSV in ] access...you will get the dialog for delimeter selection. so i want that component.
Quote:
Originally Posted by westconn1
i used radio buttons to select the more common delimiters, with the option of typing in any other characters, and also set up abox to select the length of fixed width strings, then i could split the strings by the delimiter or by the fields length, then just copy the array values to whatever
what i feel as, while Microsoft already developed it. so if it has given out freely as component we would have used.. reading manually and inserting i have completed. But it still risk some times CSV may have wrong values..
Quote:
Originally Posted by westconn1