If you have user update the database on live/remote server, then you can not upload your local copy
without overwriting those changes. You would need to edit the database via ASP pages on the
live/remote server
--
==============================================
Thomas A. Rowe
Microsoft MVP - FrontPage
==============================================
Agents Real Estate Listing Network
http://www.NReal.com
==============================================
<(E-Mail Removed)> wrote in message news:(E-Mail Removed)...
> I'm new to Frontpage databases, and my main goal is simple. I want to
> be able to update my ASP pages and the live fpdb\mdb (located on the
> web hosting server) without losing customer records. Right now, when I
> make updates to the database and publish them, it overwrites the mdb
> file on the live site, wiping out customer records.
>
> I tried marking the local mdb file as "don't publish", but then my ASP
> pages are feeding data to a live mdb that hasn't been updated, and I
> then run into lots of problems.
>
> Not knowing what to do next, I created an Access db via my web hosting
> control panel, and I had my web hosting service setup a DSN on their
> server to point to this mdb file. They told me I could access it via
> ftp, but I'm not sure where to go from here so that FP will work with
> this live mdb file instead of the local fpdb\mdb file on my
> workstation. How do my ASP pages know to post content to the live mdb,
> rather than the local mdb? Do I edit the global.asa file so that it
> somehow uses the DSN created by my web hosting service? Or is there a
> better way to let FP create its own db and somehow make FP work with
> the live mdb rather than a local copy?
>
> Hope that makes sense. Obviously, I'm new to dealing with FP and
> database integration / publishing. I've thought about trying to open
> the entire live website in FP, if that's possible, so that I'm working
> with the same mdb that is live, but I've heard there are drawbacks to
> doing this, such as a customer posting data while I'm updating the mdb,
> etc.
>
> Any help would be appreciated. Thanks!
>