Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP General > How do I import a CSV data into an Access DB?

Reply
Thread Tools

How do I import a CSV data into an Access DB?

 
 
john_aspinall@yahoo.co.uk
Guest
Posts: n/a
 
      07-21-2006
For a kick off sorry if this is the wrong forum, Ill go on the Access
one if Im not on the right board!

Anyways, Ive got a problem and am not sure if its going to be solved
programatically using ASP or not.

Here's the overview:

Im building an eCommerce web site using ASP. It has an Access DB at
the back end. Im receiving the Product info from a series of CSV
files. Ive created a Table in Access called 'Products' and the two
fields which concern me are called 'ProductID' and 'Price'. The
product prices change regularly, sometimes quaterly. The updated
prices will be received in the CSV file.

Here's the problem:

I want to somehow get the 'Prices' field in the datbase to be updated
automatically whenver a new CSV file comes in, I dont want to manually
type all the updated prices.

How would I get this done? Can it be done in Access or would I have to
get some sort of ASP program code to do it? Im not a programmer so
would appreciate an 'idiots guide' if poss!

Cheers....John

 
Reply With Quote
 
 
 
 
Bob Barrows [MVP]
Guest
Posts: n/a
 
      07-21-2006
wrote:
> For a kick off sorry if this is the wrong forum, Ill go on the Access
> one if Im not on the right board!
>
> Anyways, Ive got a problem and am not sure if its going to be solved
> programatically using ASP or not.
>
> Here's the overview:
>
> Im building an eCommerce web site using ASP. It has an Access DB at
> the back end. Im receiving the Product info from a series of CSV
> files. Ive created a Table in Access called 'Products' and the two
> fields which concern me are called 'ProductID' and 'Price'. The
> product prices change regularly, sometimes quaterly. The updated
> prices will be received in the CSV file.
>
> Here's the problem:
>
> I want to somehow get the 'Prices' field in the datbase to be updated
> automatically whenver a new CSV file comes in, I dont want to manually
> type all the updated prices.
>
> How would I get this done? Can it be done in Access or would I have
> to get some sort of ASP program code to do it? Im not a programmer so
> would appreciate an 'idiots guide' if poss!
>
> Cheers....John


You cannot do this in ASP. Access has builtin functionality to import data.
You should post to an Access group for details. You will need to combine
this functionality with a program that will periodically check a folder for
new files to be imported. You will need a programmer for this. It is not a
task for an "idiot"
--
Microsoft MVP - ASP/ASP.NET
Please reply to the newsgroup. This email account is my spam trap so I
don't check it very often. If you must reply off-line, then remove the
"NO SPAM"


 
Reply With Quote
 
 
 
 
john_aspinall@yahoo.co.uk
Guest
Posts: n/a
 
      07-21-2006
10/4. Ill post on an Access forum.

The Idiot.

Bob Barrows [MVP] wrote:
> wrote:
> > For a kick off sorry if this is the wrong forum, Ill go on the Access
> > one if Im not on the right board!
> >
> > Anyways, Ive got a problem and am not sure if its going to be solved
> > programatically using ASP or not.
> >
> > Here's the overview:
> >
> > Im building an eCommerce web site using ASP. It has an Access DB at
> > the back end. Im receiving the Product info from a series of CSV
> > files. Ive created a Table in Access called 'Products' and the two
> > fields which concern me are called 'ProductID' and 'Price'. The
> > product prices change regularly, sometimes quaterly. The updated
> > prices will be received in the CSV file.
> >
> > Here's the problem:
> >
> > I want to somehow get the 'Prices' field in the datbase to be updated
> > automatically whenver a new CSV file comes in, I dont want to manually
> > type all the updated prices.
> >
> > How would I get this done? Can it be done in Access or would I have
> > to get some sort of ASP program code to do it? Im not a programmer so
> > would appreciate an 'idiots guide' if poss!
> >
> > Cheers....John

>
> You cannot do this in ASP. Access has builtin functionality to import data.
> You should post to an Access group for details. You will need to combine
> this functionality with a program that will periodically check a folder for
> new files to be imported. You will need a programmer for this. It is not a
> task for an "idiot"
> --
> Microsoft MVP - ASP/ASP.NET
> Please reply to the newsgroup. This email account is my spam trap so I
> don't check it very often. If you must reply off-line, then remove the
> "NO SPAM"


 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Re: How include a large array? Edward A. Falk C Programming 1 04-04-2013 08:07 PM
How to move data from a CSV file to a JTable, and from a JTable to a CSV file ? Tintin92 Java 1 02-14-2007 06:51 PM
JSP Import CSV into database Dave Java 4 10-23-2006 12:32 AM
import CSV file directly into a dataset darrel ASP .Net 6 03-08-2006 08:34 PM
import .csv file into SQL Server via asp.net page Andrew J Gray ASP .Net 1 03-04-2004 11:23 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57