473,394 Members | 1,875 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,394 software developers and data experts.

Writing a text file to an mdb

Art
Hi,

I have a fairly large text file with data that I need to put into an Access
Database. The text file is not uniform and I have to read it line by line in
order to derive some of the fields. I then have to put the data into a
single table in an Access Database.

I've stored data in Access using Append Queries that I created in Access and
called from VB - but generally for only a small amount of data. I'm assuming
that if try to do this repeatedly for my current situation, this will be
horrbily inefficient.

Can someone point me to an example that I can look at to find a sensible way
to store this data? Oh, there will be 13 fields in each record.

Thanks,

Art
Nov 21 '05 #1
2 1124
Art,

You can use a blob field (thread the textfile as if it was a picture).
Although that compressing from a picture in advance has no sense, can you
very much improve your database time and format to do that before with a
textfile.

In this sample from me is how you can do it with image fields. You can do
instead of a picture exactly the same with a textfile. The compression is
not in that because this is originally for pictures

The sample is complete except the use of the Database itself, therefore I
used XML datasets.

http://groups-beta.google.com/group/...29590856?hl=en

I hope this helps,

Cor
Nov 21 '05 #2
On Thu, 16 Jun 2005 15:56:04 -0700, Art <Ar*@discussions.microsoft.com> wrote:

¤ Hi,
¤
¤ I have a fairly large text file with data that I need to put into an Access
¤ Database. The text file is not uniform and I have to read it line by line in
¤ order to derive some of the fields. I then have to put the data into a
¤ single table in an Access Database.
¤
¤ I've stored data in Access using Append Queries that I created in Access and
¤ called from VB - but generally for only a small amount of data. I'm assuming
¤ that if try to do this repeatedly for my current situation, this will be
¤ horrbily inefficient.
¤
¤ Can someone point me to an example that I can look at to find a sensible way
¤ to store this data? Oh, there will be 13 fields in each record.

When you say the text file is not uniform what do you mean? Does the text file have a delimiter of
some sort to separate the fields?
Paul
~~~~
Microsoft MVP (Visual Basic)
Nov 21 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

10
by: Neil Trigger | last post by:
Is there a way of creating a seperate text file on a server every time a form is sent? -- ¿ Trigger ? http://www.magic2k.com/ http://www.oddmap.co.uk
2
by: sp | last post by:
Hello everybody, I have an xml doc and I am trying to write the values from xml file to a tab delimited text file. Currently, what I am doing is I am reading xml file through XpathNavigaotr and...
2
by: melanieab | last post by:
Hi, I'm trying to store all of my data into one file (there're about 140 things to keep track of). I have no problem reading a specific string from the array file, but I wasn't sure how to...
3
by: CsharpNewcommer | last post by:
Hi Can someone tell me how to write the data from a TextBox (txt) or Label (lbl) to a text file to be printed. I have read the info from msdn.microsoft.com/library on "Writing Text to a File",...
2
by: Tony | last post by:
Yes, I need to specify a font type so that the characters will be evenly spaced when I write to a tab delimited text file. So how does one specify a font type to write/print and which font is...
0
by: Yunus's Group | last post by:
Yunus's Group May 23, 3:36 pm show options Newsgroups: microsoft.public.dotnet.languages.vb From: "Yunus's Group" <yunusasm...@gmail.com> - Find messages by this author Date: 23 May 2005...
3
by: nicolasg | last post by:
Hi, I'm trying to open a file (any file) in binary mode and save it inside a new text file. After that I want to read the source from the text file and save it back to the disk with its...
3
by: sethuganesh | last post by:
hi, i am not able to write a text properly in a text file in vb.net.below is the code that i have written. Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As...
5
by: grinder | last post by:
first off, i am an extreme newbie to C. i am an undergrad research assistant and i have been shifted to a project that involves building a fairly involved c program. The part that i am stuck on now...
6
by: arne.muller | last post by:
Hello, I've come across some problems reading strucutres from binary files. Basically I've some strutures typedef struct { int i; double x; int n; double *mz;
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.