Wrox Home  
Search P2P Archive for: Go

  Return to Index  

pro_vb thread: Import a common delimited file in SQL using VB?


Message #1 by he9ap00@a... on Sun, 24 Feb 2002 11:55:18
Try reading the 'records' of the txt file via fso (add Microsoft Scripting 
Runtime reference to project), then use built in VB Split function to put 
each field of a record into an array element, then addnew or insert 
recordset fields to Access table with the array element values.

EJ

  Return to Index