NTFS vs FAT32 for Database problems within FP2003?

S

Steve G.

I have my server set up with NTFS, and haven't yet been
able to store any information from a web page to a
database.

What items should I look for with Access (or a FP2003
created database) in order for data to be stored?

Thanks,
Steve
 
J

Jim Buyens

NTFS vs. FAT isn't the issue, except that you should never
use FAT, which you aren't, so it's not an issue.

The most common mistake is browsing the Web page with a
file URL. You have to use an http:// URL.

Otherwise, exactly what steps have you taken, and exactly
what kind of error do you receive?

Jim Buyens
Microsoft FrontPage MVP
http://www.interlacken.com
Author of:
*----------------------------------------------------
|\---------------------------------------------------
|| Microsoft Office FrontPage 2003 Inside Out
||---------------------------------------------------
|| Web Database Development Step by Step .NET Edition
|| Microsoft FrontPage Version 2002 Inside Out
|| Faster Smarter Beginning Programming
|| (All from Microsoft Press)
|/---------------------------------------------------
*----------------------------------------------------
 
S

Steve G.

Basically, I let FP2003 create a database, verified the
link, and created my form, that exports the fields I want
to the database.

What happens is nothing! No data is getting stored.
Kinda frustrating.....

Thanks,
Steve
 
T

Thomas A. Rowe

Have you delete and then recreated the connection under Tools | Web Settings | Database and/or run a
check / server health on the server and let FP tighten security and you are storing the database in
the fpdb folder, correct?

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 
S

Steve G.

I haven't tightened down the security on the site, and
yes, I'm storing the info into the fpdb folder.

Steve
-----Original Message-----
Have you delete and then recreated the connection under
Tools | Web Settings | Database and/or run a
check / server health on the server and let FP tighten
security and you are storing the database in
 
J

Jim Buyens

In that case, try the procedure at:

Diagnosing Errors Saving a Form to a Database
http://www.interlacken.com/winnt/tips/tipshow.aspx?tip=35

This will at least get you an error message to investigate.

Jim Buyens
Microsoft FrontPage MVP
http://www.interlacken.com
Author of:
*----------------------------------------------------
|\---------------------------------------------------
|| Microsoft Office FrontPage 2003 Inside Out
||---------------------------------------------------
|| Web Database Development Step by Step .NET Edition
|| Microsoft FrontPage Version 2002 Inside Out
|| Faster Smarter Beginning Programming
|| (All from Microsoft Press)
|/---------------------------------------------------
*----------------------------------------------------
 
Top