Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: ws1
  • Order by date
  1. ws1

    Insert into: load text file into Access table

    I found the reason for the mismatch between W2K and XP problem solved
  2. ws1

    Importing Mass Data

    I'm using the below code for doing a mass transfer into a table. dest_db1 = "xxxx.MDB" strexportpath = "c:\parsedata" Dim Conn As New OleDb.OleDbConnection ("Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & dest_db1) Conn.Open() strinfo = "Error" sbuf =...
  3. ws1

    Insert into: load text file into Access table

    I'm working on a console application to load the contents of a text file into an access table.(access 2002) The text file varies in records, but could be for example:50000 records. the code to do so is: Dim Conn As New OleDb.OleDbConnection ("Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" &...

Part and Inventory Search

Back
Top