Frontpage 2002 saving records with form to Access database

G

Guest

I created an *.asp form and hosted it in on my webserver. I used the FP2002
form wizard to create an access database connection to my *.asp form.

After uploading it to the server, the form is displayed properly and after I
submit the form, everything seems to be fine BUT I do not see any records
added to my access database in the "fpdb" folder.

I did some searching on the web and found an artice at microsoft.com with
similar problem where it suggests to remove "On Error Resume Next" in
FP_DumpError(strErrorUrl, strMsg) function located in the file
"_fpclass\Fpdbform.inc".

I did the same and none of these ideas worked for me and I still cannot add
records to the database using the *.asp form on my webserver.

Did anyone have similar problem and know the solution for this problem.
Thanks for your help in advance.
 
S

Steve Easton

URL??


--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed............
........................with a computer
 
G

Guest

HI Steve, The URL is

http://s153662577.onlinehome.us/index.html
After you enter the site, please click on job seekers and then post resume
and submit the form.


I get an error message

Microsoft OLE DB Provider for ODBC Drivers error '80004005'

[Microsoft][ODBC Microsoft Access Driver]General error Unable to open
registry key 'Temporary (volatile) Jet DSN for process 0x2e18 Thread 0x5b84
DBC 0xf8688bc Jet'.


Thanks for responding.

/Profile.asp, line 23
 
S

Stefan B Rusynko

Unfortunately your server side code is never visible in browser
-so it is not possible to review it in http://s153662577.onlinehome.us/Profile.asp
(the page processing the form)
But you are also getting the same error on http://s153662577.onlinehome.us/profileQry.asp

See
"Microsoft OLE DB Provider for ODBC Drivers (0x80004005)
[Microsoft][ODBC Microsoft Access Driver] General error Unable to open registry key 'Temporary (volatile) Jet DSN for process 0x9ac
Thread 0xa0c DBC 0x15d1024 Jet'. " at
http://www.aspfaq.com/show.asp?id=2009

- your error looks like a DB permissions (IUSR_<) error
--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
To find the best Newsgroup for FrontPage support see:
http://www.frontpagemvps.com/FrontPageNewsGroups/tabid/53/Default.aspx
_____________________________________________


| HI Steve, The URL is
|
| http://s153662577.onlinehome.us/index.html
| After you enter the site, please click on job seekers and then post resume
| and submit the form.
|
|
| I get an error message
|
| Microsoft OLE DB Provider for ODBC Drivers error '80004005'
|
| [Microsoft][ODBC Microsoft Access Driver]General error Unable to open
| registry key 'Temporary (volatile) Jet DSN for process 0x2e18 Thread 0x5b84
| DBC 0xf8688bc Jet'.
|
|
| Thanks for responding.
|
| /Profile.asp, line 23
|
| "Steve Easton" wrote:
|
| > URL??
| >
| >
| > --
| > Steve Easton
| > Microsoft MVP FrontPage
| > 95isalive
| > This site is best viewed............
| > ........................with a computer
| >
| >
| >
| > message | > >I created an *.asp form and hosted it in on my webserver. I used the
| > >FP2002
| > > form wizard to create an access database connection to my *.asp form.
| > >
| > > After uploading it to the server, the form is displayed properly and after
| > > I
| > > submit the form, everything seems to be fine BUT I do not see any records
| > > added to my access database in the "fpdb" folder.
| > >
| > > I did some searching on the web and found an artice at microsoft.com with
| > > similar problem where it suggests to remove "On Error Resume Next" in
| > > FP_DumpError(strErrorUrl, strMsg) function located in the file
| > > "_fpclass\Fpdbform.inc".
| > >
| > > I did the same and none of these ideas worked for me and I still cannot
| > > add
| > > records to the database using the *.asp form on my webserver.
| > >
| > > Did anyone have similar problem and know the solution for this problem.
| > > Thanks for your help in advance.
| >
| >
| >
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top