| Author |
HOw to Access Field & MS Access File
|
waseem soomro
Greenhorn
Joined: Mar 26, 2003
Posts: 10
|
|
Hello Guru's ! From karachi, i got a guestion, while working on servlets. I m making a login system with database(MS Access). And got to guestions regarding that. 1) How can i get the PASSWORD FIELD value from HTML page into a variable in servlet. i tried use request.getParameter() method But it return null. 2) How can i access the MS Access database file without using ODBC. Thanks IN Advance. n LOveToAll.WAseeM.  [ August 31, 2003: Message edited by: waseem soomro ]
|
========================<br />WaseeM. :-)
|
 |
Malhar Barai
Author
Ranch Hand
Joined: Aug 17, 2001
Posts: 399
|
|
1) How can i get the PASSWORD FIELD value from HTML page into a variable in servlet. i tried use request.getParameter() method But it return null.
request.getParameter("<password-field>");
2) How can i access the MS Access database file without using ODBC.
You do need to specify a connection string with its driver. MB [ August 31, 2003: Message edited by: Malhar Barai ]
|
Malhar Barai
SOA & Java Book
|
 |
waseem soomro
Greenhorn
Joined: Mar 26, 2003
Posts: 10
|
|
Tnx Malhar, But still not clear. I Do like that As Books suggest. But i dont want to make DataSource(ODBC) connection (as we do in MS Windows). Actually i want to know how Servlet and Database interact on Web Server, without DataSource(ODBC) connection. WaseeM. <LoveToAll> [ September 01, 2003: Message edited by: waseem soomro ]
|
 |
 |
|
|
subject: HOw to Access Field & MS Access File
|
|
|