Thanks Jacob.
************************************************** **
POST Data:
StudentNameFirst=fyf&studentNameLast=lhlhlhlk
*******************************************
First of all iam not retreiving , but i am insertig into the database.
**********************************************
Well, as far as I can see you still got two input controls 'StudentNameFirst' and 'studentNameLast' (last name not capitalized), and you are requesting something like 'txtFirstName' and 'txtLastName', which does not correspond.
************************************************** ******
Ok, I can change, but the problem is now:
Error Type:
Microsoft OLE DB Provider for ODBC Drivers (0x80004005)
[Microsoft][ODBC Microsoft Access Driver] Operation must use an updateable query.
This link
http://www.aspfaq.com/show.asp?id=2062 did not help me alot. I just want to know how to do it.
"The most common reason is that the Internet Guest account (IUSR_MACHINE), which is by default part of the "Everyone" group, does not have Write permissions on the database file (.mdb). To fix this problem, use the Security tab in Explorer to adjust the properties for this file so that the Internet Guest account has the correct permissions". this is the microsoft support.
I am using winxp, iis5.0 (ADO 2.5, i think).
How can i solve this permission first.
Thanks in advance
rgds
CW