|
|
| Posted : 2006-02-26 12:53:07 |
| Microsoft Access does not support the use of multiple path names in a data source in ODBC. If you are listing multiple directories in your data source (DSN) change it to point to only one directory. If your data is in multiple directories you have several options. You can create a DFPATH environment variable and change the DSN to ".", or you can point to the directory where the FILELIST.CFG is found and fully qualify all the file names (tables) with a full path. |
|
|