I am using MSAccess and am using this code
[Text;HDR=''No'';FMT=''Delimited'';Database='+ExtractFilePath(Location)+'].'+ ExtractFileName(Location);
What are the different options I can use for FMT? I have seen:
- Fixed
- Delimited
- TabDelimited
I am using MSAccess and am using this code
[Text;HDR=''No'';FMT=''Delimited'';Database='+ExtractFilePath(Location)+'].'+ ExtractFileName(Location);
What are the different options I can use for FMT? I have seen:
Copyright © 2021 Jogjafile Inc.
The ODBC Text Driver supports the following formats:
Tab Delimited
CSV Delimited
Custom Delimited
Fixed-Length