Hi
If I link to a CSV ( comma seperated value) file does access think of this
as a table with records and behave the same way.
I was wondering what would happen if you had say 5000 records in a text file
and each record had 50 fields Would it be slower than if the 5000 records
were in an Access Table. Can anybody give me some info on problems or limits
on this type of action.
An example of potential problem maybe and could be if the computer over
writes the text file with updated data while the database is reading records
from it.
Any comments most welcome
Steve - From a land down under
|
|
0
|
|
|
|
Reply
|
Utf
|
1/4/2008 5:50:00 PM |
|
On Jan 4, 9:50 am, Steve <St...@discussions.microsoft.com> wrote:
> Hi
> If I link to a CSV ( comma seperated value) file does access think of this
> as a table with records and behave the same way.
> I was wondering what would happen if you had say 5000 records in a text file
> and each record had 50 fields Would it be slower than if the 5000 records
> were in an Access Table. Can anybody give me some info on problems or limits
> on this type of action.
> An example of potential problem maybe and could be if the computer over
> writes the text file with updated data while the database is reading records
> from it.
> Any comments most welcome
> Steve - From a land down under
Access makes the CSV file look like a table but it's not that way
under the covers and doesn't offer anything like the performance of a
'real' table. You can get into all sorts of file locking issues,
format problems and other maintenance nasties - I used this method for
a few months on a CSV directory of names/addresses for a firm that
totaled 40,000 rows and it was a nightmare.
Instead, I imported the CSV and handled it from within Access, which
turned out to be much more stable. Is there any reason you want to
stay within the CSV?
-- James
|
|
0
|
|
|
|
Reply
|
Minton
|
1/4/2008 7:00:08 PM
|
|
the usual thing of course I have a customer with an accounts package that
will only export names and address in CSV Text and the customer wants the
address to use in a Access Quote package that he has created.
So in your opinion its better to update and append files from a CSV to an
Access back end table and let the front ends link to the access back end
table.
Steve - from a land down under
"Minton M" wrote:
> On Jan 4, 9:50 am, Steve <St...@discussions.microsoft.com> wrote:
> > Hi
> > If I link to a CSV ( comma seperated value) file does access think of this
> > as a table with records and behave the same way.
> > I was wondering what would happen if you had say 5000 records in a text file
> > and each record had 50 fields Would it be slower than if the 5000 records
> > were in an Access Table. Can anybody give me some info on problems or limits
> > on this type of action.
> > An example of potential problem maybe and could be if the computer over
> > writes the text file with updated data while the database is reading records
> > from it.
> > Any comments most welcome
> > Steve - From a land down under
>
> Access makes the CSV file look like a table but it's not that way
> under the covers and doesn't offer anything like the performance of a
> 'real' table. You can get into all sorts of file locking issues,
> format problems and other maintenance nasties - I used this method for
> a few months on a CSV directory of names/addresses for a firm that
> totaled 40,000 rows and it was a nightmare.
>
> Instead, I imported the CSV and handled it from within Access, which
> turned out to be much more stable. Is there any reason you want to
> stay within the CSV?
>
> -- James
>
|
|
0
|
|
|
|
Reply
|
Utf
|
1/4/2008 7:25:00 PM
|
|
How you do this will be determined by how much activity there is with the csv
file.
You can overcome formatting issues by creating in import spec. You do that
be manually creating the link (Files, Get External Date, etc). When you get
to the imort wizard, click Advanced. You will be able to define your field
names and data types there. Then click Save As and give it a name. Use the
name in the TransferText. I would do this whether I were going to link or
import the file.
--
Dave Hargis, Microsoft Access MVP
"Steve" wrote:
> the usual thing of course I have a customer with an accounts package that
> will only export names and address in CSV Text and the customer wants the
> address to use in a Access Quote package that he has created.
> So in your opinion its better to update and append files from a CSV to an
> Access back end table and let the front ends link to the access back end
> table.
> Steve - from a land down under
>
> "Minton M" wrote:
>
> > On Jan 4, 9:50 am, Steve <St...@discussions.microsoft.com> wrote:
> > > Hi
> > > If I link to a CSV ( comma seperated value) file does access think of this
> > > as a table with records and behave the same way.
> > > I was wondering what would happen if you had say 5000 records in a text file
> > > and each record had 50 fields Would it be slower than if the 5000 records
> > > were in an Access Table. Can anybody give me some info on problems or limits
> > > on this type of action.
> > > An example of potential problem maybe and could be if the computer over
> > > writes the text file with updated data while the database is reading records
> > > from it.
> > > Any comments most welcome
> > > Steve - From a land down under
> >
> > Access makes the CSV file look like a table but it's not that way
> > under the covers and doesn't offer anything like the performance of a
> > 'real' table. You can get into all sorts of file locking issues,
> > format problems and other maintenance nasties - I used this method for
> > a few months on a CSV directory of names/addresses for a firm that
> > totaled 40,000 rows and it was a nightmare.
> >
> > Instead, I imported the CSV and handled it from within Access, which
> > turned out to be much more stable. Is there any reason you want to
> > stay within the CSV?
> >
> > -- James
> >
|
|
0
|
|
|
|
Reply
|
Utf
|
1/4/2008 7:41:01 PM
|
|
|
3 Replies
145 Views
(page loaded in 0.088 seconds)
Similiar Articles: Export Access Query to a pipe delimited .csv file - microsoft ...Under the SAVE AS TYPE dropdown, select text files ... Or provide me an education link that might ... instead of comma as ..... produced a file with COMMA separated values ... How to ignore embedded linefeed in CSV quoted text fields ...I have a CSV file where the text elements in quotes have embedded linefeeds 123,"12/08/2009 ... False End With DoEvents: qt.Delete ' remove querytable link ... Read Excel, CSV and Tab delimited text files with an SQL query for ...Read Excel, CSV and Tab delimited text files with an SQL query for Customer and ... can do far more with linked servers 5.a Such as link to CSV and tab delimited files ... how do I change a csv extension file to an xls file and use it ...How do I change the links in Excel at one batch? - microsoft ... how do I change a csv extension file to an ... or XLSX file extension ... comma separated values text file ... transfertext delimited - microsoft.public.access.modulesdaovba ...Hi, I am trying to import a delimited text file with ... Exporting to CSV File - getting semi-colon instead of ... You can import data from, export data to, or link to ... Access 2007-Report (Text Wrapping) - microsoft.public.access ...How to word-wrap a text field in an Access 2007 report?: microsoft ... One of the fields in an Access 2007 database (which is actually a link to an Excel CSV file, the CSV ... Why don't Outlook email addresses show up in a linked Access ...You need to use Outlook to export your Contacts to a file type that Access can import or link to, such as a comma separated variable (*.csv) text file. Change paths to linked external data - microsoft.public.access ...And, the third is to a .csv file. Is ... user can specify the new paths in text boxes if any of these files ... Hot link to external file - microsoft.public.access The ... Want Macro to save to .xlsx - microsoft.public.excel.programming ...... asks the user to navigate to a CSV file ... Add(Connection:= _ "TEXT;" & file ... Excel Macro Uses Cell Value as File Name in Save As You need a macro to ... ... link ... Link Outlook to Access - microsoft.public.outlook.contacts ...You need to use Outlook to export your Contacts to a file type that Access can import or link to, such as a comma separated variable (*.csv) text file. Linking CSV file - Lockergnome ForumsPosted: Thu Jun 28, 2007 4:05 pm Post subject: Re: Linking CSV file [Login to view ... In the Import Text File dialog the file used when setting up the import scenario ... Comma-separated values - Wikipedia, the free encyclopediaA comma-separated values (CSV) file stores tabular data (numbers and text) in plain-text form. ... What links here; Related changes; Upload file; Special ... Convert Fixed Width Text Files to CSV Easily with 'Convert XLS ...Free trial. Convert Fixed Width Text Files to CSV with easy to use software. Automate with built in schedular, command line or COM interface. Import or link to data in a text file - Access - Office.com... the following file name extensions — .txt, .csv, .asc, and .tab. To use a text file as a source file for importing or linking, the ... You cannot link a text file to an ... How To Use CSV FilesData tables are presented in Comma Delimited, CSV text file format. Although this file ... To view a data table, within your browser window, click on the CSV link that is ... 7/11/2012 2:35:52 PM
|