Re: Load from file using asterisk as field delimiter
- From: "Guillem" <guillemvicens-nospam@xxxxxxxxxxxxxxxxxx>
- Date: 31 Aug 2005 07:54:56 -0700
Hi again,
Dan Rock wrote:
> Below is my VBA code which imports the file.
> The magic appears to be in the line :
>
> DoCmd.TransferText acImportDelim, "spc823_ProductCatalog",
> "tblB2B_823_TEMP", strFileName, False, ""
>
> MS Access allows me to create an "Import Specification" where I can
> set up the field delimiters, etc.
>
> It simply grabs the text file and then imports the data into the temp
> table. Takes about 10 seconds for the table to be populated.
my VBA and Access knowledges are very limited. Is that TransferText a
stored procedure or an MS Access command?
>
> By the way, I am using an Advantage Database server for my database.
you still haven't said which data access components you use. That's a
totally different thing from which database you use
--
Best regards :)
Guillem Vicens
Dep. Informática Green Service S.A.
www.clubgreenoasis.com
--
in order to contact me remove the -nospam
.
- Follow-Ups:
- Re: Load from file using asterisk as field delimiter
- From: Mike Shkolnik
- Re: Load from file using asterisk as field delimiter
- References:
- Load from file using asterisk as field delimiter
- From: Dan Rock
- Re: Load from file using asterisk as field delimiter
- From: Bill Todd
- Re: Load from file using asterisk as field delimiter
- From: Dan Rock
- Load from file using asterisk as field delimiter
- Prev by Date: Re: Load from file using asterisk as field delimiter
- Next by Date: Re: Load from file using asterisk as field delimiter
- Previous by thread: Re: Load from file using asterisk as field delimiter
- Next by thread: Re: Load from file using asterisk as field delimiter
- Index(es):
Relevant Pages
|