Frontpage/SQL database connection

  • Thread starter Thread starter ntguy
  • Start date Start date
N

ntguy

I am having issues with FrontPage 2002 and SQL Server 7.0
updating database tables.

When my ASP page, using the built-in FrontPage form
database update feature, updates my database table I get
no error message if there was an error during the
update. The page appears to add the record to the
database but the record does no get inserted
into the database table.

I should get an error on duplicate key inserts or field
validatation errors such as field length errors. I have
never received an error from the FrontPage form database
update feature.
 
I am having issues with FrontPage 2002 and SQL Server 7.0
updating database tables.

. I have
never received an error from the FrontPage form database
update feature.

You might want to take some time and learn how to do this without the FP
wizard. Learning how to do this in asp is not really that hard and there are
tons of example resources for free that you can learn from and even use with
little modification.

Check out: www.aspin.com to search for examples and resources and also take
a look at:

www.planet-source-code.com

www.4guysfromrolla.com

as additional resources for asp work, etc.

Give it a try....

Best
Tom Gahagan
 
Back
Top