ASP vs ASP.Net & database

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I can't find a solution to my eror problem:
""Database Results Wizard Error
Description: Syntax error in UPDATE statement.
Number: -2147217900 (0x80040E14)
Source: Microsoft JET Database Engine"
The MS knowledgebase gave detailed instructions on finding the "timestamp"
code, and manipulating that, but there is no timestamp code where they
indicate it is in my db, so I tried making the same db using the DBIW &
choosing asp.net, and the database editor does not give the error message, so
that is good.

My questions are:
1) I see a physical difference in the appearance between the asp, & asp.net,
but is there a reason to use one over the other?
2) There are all kinds of questions (including my own) in the boards about
adding fields to or modifying fields in a db, and the answer was to add the
field to the "form" which turned out to be the "Submission Form", but when I
make a ASP.NET database, there are not any "form properties" on the
submission form, so how do you add a field in a asp.net db?

Mike
 
1. ASP.NET is moreversatile than ASP so if the Server supports it you
may want to choose that.

2. Insert | Form. Select the desired kind of form field.

Regards Jens Peter Karlsen. Microsoft MVP - Frontpage.
 
<i>2. Insert | Form. Select the desired kind of form field.</i>
That simple?
I have tried that and it does allow me to add a field (textbox), however i
cant find any way to update the rest of the db of this new field.
 
Back
Top