Wrox Home  
Search P2P Archive for: Go

  Return to Index  

pro_vb thread: Re: pro_vb digest: October 25, 2002


Message #1 by Toby Bascom <ThomasOBascom@c...> on Sat, 26 Oct 2002 12:44:38 +0200
> 
>Re: Import csv file into Access 2000 table with VB6 using DAO
>
>Is there a simpler way to import a csv file into an Access table other
>than inserting each line via an sql statement?  I think ADO can do it
>quite simply, but I am limited to using DAO.

Why are you limited to DAO? You are correct, ADO can do csv imports with 
1 
SQL statement.

Regards,
-Toby


I'm limited to DAO because the app needs to run on Win 95 with Access 2.0
Please don't tell me that I haven't needed to do this extra coding! (It 
wasn't that hard anyway)
Cheers
Alister

  Return to Index