is it possible to import an ms access database to wap using php or asp?

  • Thread starter Thread starter NiceGuy!
  • Start date Start date
N

NiceGuy!

Guest
Yes it is possible.

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.

EDIT:

OK, There is no need for a database, you can setup a wap site without a database and your students can still enter a login id and password to view their grades. Plain php, their info will be saved in a .txt file.
 
please i need an accurate answer so that i'll know if i'll continue to program wap with db or not
I was planning to create a mobile application where students can view their grades online via mobile phone with user login security.

Now i need to know if is it possible to import ms access database to wml?
 
Back
Top