nonprogrammer
Technical User
Hello,
I am fairly new to the world of web forms.
I created an asp form with dreamweaver 8.
My first step to create the form was to create an odbc to an access table. In the access table I have about 70 fields or so.
Then open dreamweaver 8 clicked on new asp vbscript, then clicked on application, and then on Insert Record: Insert Form Wizard, selected the connection, the table and fields. this created my form. When I access the form from my browser I get the following error.
If I create a new form with different fields like name address, e-mail. that seems to work just fine.
any idea of what might be happening?
I would really appreciate the help.
Thank you in advance
I am fairly new to the world of web forms.
I created an asp form with dreamweaver 8.
My first step to create the form was to create an odbc to an access table. In the access table I have about 70 fields or so.
Then open dreamweaver 8 clicked on new asp vbscript, then clicked on application, and then on Insert Record: Insert Form Wizard, selected the connection, the table and fields. this created my form. When I access the form from my browser I get the following error.
Code:
Error Type:
Provider (0x80004005)
Unspecified error
/marchmadness/march1.asp, line 113
Browser Type:
Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)
Page:
POST 467 bytes to /marchmadness/march1.asp
POST Data:
B1RG1=&B1RG2=&B1RG3=&B1RG4=&B1RG5=&B1RG6=&B1RG7=&B1RG8=&B2RG1=&B2RG2=
&B2RG3=&B2RG4=&B2RG5=&B2RG6=&B2RG7=&B2RG8=&B3RG1=&B3RG2=&B3RG3=&B3RG4=
&B3RG5=&B3RG6=&B3RG7=&B3RG8=&B4RG1=&B4RG2=&B4RG3=&B4RG4=&B4RG . . .
If I create a new form with different fields like name address, e-mail. that seems to work just fine.
any idea of what might be happening?
I would really appreciate the help.
Thank you in advance