update data

  • Thread starter Thread starter Ray
  • Start date Start date
R

Ray

Can anyone please help?
I am trying to make an Access App update the
data in one table via internet.
I have an Access 2000 or 2003 program for the customer.
I would like to put a access data table on my web server
So I can put in new data.
And I would like for the customer to be able to just
Click a button and update the data in the program via
internet.
Are they any easy way to do this?
Thanks
Ray White
(e-mail address removed)


..
 
PLEASE DON'T MULTI-POST. That is where you send the same question
seperately, to different newsgroups.

Instead, CROSS-post. That is where you send the question >once<, to all the
relevant newsgroups simultaneously, by including all their names in the
Newsgroups: line of just one post.

Multi-posting is bad, & wastes everyones' time. Check the web for the terms
multipost, crosspost & netiquette for more information.

HTH,
TC
 
Easy ways? Well, not really.

You could use XML to transfer the records to a .asp page
that would process them.

You could write a .asp page that would accept a valid SQL
statement and execute it on the database. Big security
risk here, as someone could run a Delete statement.

You could FTP the new records in text format to the
webserver, and have the application on the web update the
tables.

If you have direct access to the web server, i.e., through
windows explorer rather than IE, you could link to the
tables that way.

I'm out of other ideas.


Chris Nebinger
 
Back
Top