file-import

what are the different format options for importing a file in MSAccess

Hello, 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 ...

C# Text Box File Import

Hi all, I've got a form with multiple text boxes which are file paths for the program to import data from. Currently they are checked for non-zero length by the following: //this code imports the files required by the user, as specified in the //file path text boxes private void btImport_Click(object sender, EventArgs e) ...