|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
SlickEdit: Code in over 40 languages across 7 platforms. SlickEdit’s unmatched power, speed, and flexibility allows even the most accomplished developers to write better code faster. Download a free trial today! |
|
#1
|
|||
|
|||
|
is there anyone who could help me wit a access database...im new n still learning...could someone help me wit this....ive a user name n password field...n ive created ms access database wit 2 columns...one wit userid and the next is pass....should i use vb script or jscript help...for d wml file...this is the code for the main page....question is how do i write a asp script to connect to the ms access database
<?xml version="1.0"?> <!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.org/DTD/wml_1.1.xml"> <wml> <card id="card1" title="Login Page"> <do type="prev" label="Back"><prev/></do> User Id : <input name="userid" value="" maxlength="20"/><br/> Password :<br/> <input name="pass" type="password" maxlength="15"/><br/> <do type="accept" label="Login"> <go href="Login.asp"> <postfield name="userid" value="$(userid)"/> <postfield name="pass" value="$(pass"/> </go> </do> </card> </wml> |
|
#2
|
|||
|
|||
|
I used php to connect to an access database. a function called odbc_connect(), all i did is read from it but im sure you can write to it aswell!! youve to set up an odbc first.
|
|
#3
|
|||
|
|||
|
I used php embedded within wml to connect to an access database. a function called odbc_connect(), all i did is read from it but im sure you can write to it aswell!! youve to set up an odbc first.
|
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > WAP Programming > connect to ms access database |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|