Search:

Type: Posts; User: MarcoRosas

Search: Search took 0.02 seconds.

  1. Re: Using recordset to read a csv file- Problem with values

    Thank you m8.
    Got it resolved ;)
  2. Re: Using recordset to read a csv file- Problem with values

    im already using a schma.ini file because our csv are delimited by (;) and not (,)

    [Conv.csv]
    Format=Delimited(;)


    but, how can i use the schema.ini file to change the data type?
  3. Re: Using recordset to read a csv file- Problem with values

    this csv comes from excel.
    how can i change that? this "little" problem is ruinning my app :S
  4. Re: Using recordset to read a csv file- Problem with values

    Set m_objCollection = New Collection

    Set m_objConnection = New ADODB.Connection
    Set m_objRecordset = New ADODB.Recordset

    m_objConnection.Open "Provider=Microsoft.Jet.OLEDB.4.0;" &...
  5. Using recordset to read a csv file- Problem with values

    Hello!

    Im opening a csv file using adodb.
    No problems opening, but when i try to retrieve a value from a column that has 10 or more characters, it just dont return.
    But it only happens with...
Results 1 to 5 of 5



Click Here to Expand Forum to Full Width