Updating a remote web Access DB

Ask a Question related to ASP Database, Design and Development.

  1. #1

    Default Updating a remote web Access DB

    Here's one possible scenario:

    1. Create an ASP page that allows the user to upload the
    datafile.
    2. Create another ASP page that has a link to start your
    import program. This could be an ASP page or you could use
    VB, etc.

    HTH,
    John


    >-----Original Message-----
    >Hi Guys
    >
    >I know I've been harping on about text files and time
    outs recently, but I
    >have developed web sites with Access DBs as well.
    >
    >My problem this time is that my client wants to update
    the product details
    >on a web site that I have done for them, but in a batch
    rather than clicking
    >through pages in a CMS vein.
    >
    >I don't want them to have access to my Access DB as this
    is my bread butter,
    >so does anybody know of a method whereby the user can
    create say their
    >product updates in such as Excel (to save as a text tab-
    delimited file if
    >simpler) and then get this file to auto-update my DB on
    the web.
    >
    >Some of you guys must have come across this problem
    before so any help you
    >can give would be very much appreciated.
    >
    >Rgds
    >
    >Laphan
    >
    >PS: if you have done something like this before, did you
    give the user a
    >sort of remote backup system so that they don't blow up
    the original WWW DB
    >when updating?
    >
    >
    >.
    >
    John Beschler Guest

  2. Similar Questions and Discussions

    1. MS Access Database not Updating
      Hi, I am working on creating dynamic home pages with Coldfusion MX on the server, Dreamweaver for developing and Microsoft Access as the backend...
    2. Updating MS Access Query
      Can you update a MS Access Query (its simply a join of two tables) using a form and <cfupdate>, or do you have to update the underlying tables. I...
    3. SQL not Updating Access Database
      Hi, I have an ASP page that updates an Access 2000 database. It doesnt seem to update the date field of the table. Here is the SQL: Update...
    4. Access db not updating.
      My client moved to a new server now my asp code will not update his Access mdb. There are no error messages.
    5. Updating Access DB in ASP
      I am trying to resolve the following error message when trying to update an Access 2000 database in ASP: Microsoft JET Database Engine...
  3. #2

    Default Re: Updating a remote web Access DB

    Sure, I've done that before.

    For uploading:
    ASP File Upload Using VBScript by John R. Lewis - 7/10/2000
    [url]http://www.aspzone.com/articles/john/aspUpload[/url]

    And for connecting to a .csv file:
    Able Consulting - ADO Connection String Samples
    [url]http://www.able-consulting.com/ADO_Conn.htm[/url]

    Best regards,
    J. Paul Schmidt, Freelance ASP Web Developer
    [url]http://www.Bullschmidt.com[/url]
    ASP Design Tips, ASP Web Database Demo, Free ASP Bar Chart Tool...


    *** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
    Don't just participate in USENET...get rewarded for it!
    Bullschmidt Guest

  4. #3

    Default Re: Updating a remote web Access DB

    Would it not be easier to have them working off of a copy of your bread and
    butter file and then write a sync routine to unify the two files. That way
    they could both be access files.... which you seem to be comfortable working
    with.

    Just a thought anyway. :)

    Best
    Tom Gahagan

    "Laphan" <news@FrozenMoles.co.uk> wrote in message
    news:bgm6e2$sg6$1@sparta.btinternet.com...
    > Hi Guys
    >
    > I know I've been harping on about text files and time outs recently, but I
    > have developed web sites with Access DBs as well.
    >
    > My problem this time is that my client wants to update the product details
    > on a web site that I have done for them, but in a batch rather than
    clicking
    > through pages in a CMS vein.
    >
    > I don't want them to have access to my Access DB as this is my bread
    butter,
    > so does anybody know of a method whereby the user can create say their
    > product updates in such as Excel (to save as a text tab-delimited file if
    > simpler) and then get this file to auto-update my DB on the web.
    >
    > Some of you guys must have come across this problem before so any help you
    > can give would be very much appreciated.
    >
    > Rgds
    >
    > Laphan
    >
    > PS: if you have done something like this before, did you give the user a
    > sort of remote backup system so that they don't blow up the original WWW
    DB
    > when updating?
    >
    >

    Tom Gahagan Guest

  5. #4

    Default Re: Updating a remote web Access DB


    Hi Laphan,

    How did you decide to handle this? I have the exact same situation and
    am struggling with some different upload, update methods. Thanks in
    advance for any suggestions you may have.



    *** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
    Don't just participate in USENET...get rewarded for it!
    Debbie Davis Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

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 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139