Re: Fastest way to read data to populate combo controls?

Tech-Archive recommends: Fix windows errors by optimizing your registry



Ed from AZ wrote:
....
When you talk about using a CSV, Ralph, I have no clue how VB would
mass-inport such a file. My idea of importing a CSV into VB would be
to read the file line by line; each line is a string; parse the string
against the commas with SEARCH or FIND and MID. Seems rather
neanderthal ...


Input #
--
.



Relevant Pages

  • Re: Fastest way to read data to populate combo controls?
    ... My idea of importing a CSV into VB would be ... to read the file line by line; each line is a string; parse the string ...
    (microsoft.public.vb.general.discussion)
  • Re: Open import dial. box to select csv
    ... Dim strFilter As String ... to CurrentProject.Path with csv already selected as the file type. ...
    (microsoft.public.access.externaldata)
  • Re: Open import dial. box to select csv
    ... Dim strFilter As String ... to CurrentProject.Path with csv already selected as the file type. ...
    (microsoft.public.access.externaldata)
  • Re: Export - Files
    ... Dim strFileName As String ... >> And while importing you'd need to test each filename retrieved by Dir ...
    (microsoft.public.access.externaldata)
  • Re: CSV files
    ... // Creates the StreamReader to read the file and a string variable to ... // hold the output of the StreamReader ... > I don't understand why there's no class included in the libraries for ... I've created my own CSV reader class which reads a CSV ...
    (microsoft.public.dotnet.languages.csharp)