Is there an updated example of using a .csv as a data source???
the example is gone off the web site.

I have tried to establish a file dsn
-----
DB="FileDSN="& Server.MapPath("CSV.DSN&#34& ";DBQ=" & server.mappath(".&#34 & ";" ' Point to the database file in this directory
-----
and then used quickprops.
-----
MyDb.dbQuickProps="10011;"& DB & ";[Web.csv];grid;4,auto;std" ' set the quick properties
MyDb.dbDBType = "TXT"
-----