Wayne-I-M said:
Hi Mike
It still not very good "to say the least". I will write something to get it
working OnClick from access. But - I would have though that this would have
been included in FP - it's part of office after-all.
I can write access "stuff" to pass a variable (username password) after
calling the FP exe, but I thought FP was sold as "not codeing required".
Is there not a standard function/module/?? for this.
I'm confused by what you say you want to do.
If you have FP 2003 and a website using, I think only Windows Server,
and the latest FrontPage Server extension (without Sharepoint extensions
installed), then you should be able to use the "Database Interface
Wizard using ASP" to create a new subwebsite just to handle the
database. Look in the help section for a step-by-step.
I just did this while connected directly to the website, not on a local
drive and uploading. I think that is the best way (could be the only
way) to do this.
The database should be in the fpdb folder.
After it is created, don't use any more FP wizards or helpers to
maintain it. If, for example, you want to upload new data rather than
going through the web interface, then the best way is to use FP to
connect directly to the server and working live, rename the database
file. You will be prompted if you want FP to fix the connection, say no.
Then upload the new database file. That file *MUST* have *EXACTLY* the
same name and that means CASE COUNTS. AND the TABLE inside must also
have EXACTLY the same name.
If you do it this way, then you won't break the global.asa file. It took
me a long time to figure out this trick and it would come in handy for
you if you wanted to download the database for editing off-line.