CodingForums.com

CodingForums.com (http://www.codingforums.com/index.php)
-   JavaScript programming (http://www.codingforums.com/forumdisplay.php?f=2)
-   -   Javascript accessing database (http://www.codingforums.com/showthread.php?t=713)

chuahyen 06-25-2002 09:01 AM

Javascript accessing database
 
Is there a way for javascript to access database like Access 2000? If not, i am thinking of using ASP or PHP. However, I am now stuck in how to request ASP to get the required data so that Java script can be used to manipulate the data from ASP.

Please help.. :(

Thanks

joh6nn 06-25-2002 11:30 AM

no, javascript can't access a database. i know that you can pass variables from asp to javascript, and vice versa, but i don't know how.

ecnarongi 06-25-2002 05:05 PM

I know how to do what you are looking for, ASP variables manipulated by JS and vice versa, but I am not clear on what you are asking for. explain

chuahyen 06-26-2002 01:28 AM

Actually, I need to get the data from the database in my web page (either ASP, JSP or PHP). With the data, i need to do processing using javascript with DHTML
e.g.

document.getElementById("flightID" + pageRow).filters.revealTrans.apply();

document.getElementById("flightID" + pageRow).filters.revealTrans.play();

document.getElementById("flightID" + pageRow).innerText= flights[flightArrayIndex[row]];

The data from the database is big. I need to put these data into 10 rows of the table.
Now, in order to show 10 rows of data at a time without a TOTAL PAGE REFRESH of the web browser, i need to replace each content of the table from the data in the database.

Please advise on how to solve this problem

thanks
chris

whackaxe 06-26-2002 08:26 AM

i think you should consider using PHP with a mySQL database. this is the most common script-database combination (i think) and both are very widley used and docmented on the net. PHP supports quite a number of differnt databases but mySQL is the most common with hosts.

chuahyen 06-26-2002 08:34 AM

But does mySQL support unicode? In Access 2000, the character fields are able to upport unicode. Thanks. I will look into PHP with mySQL and javascript.


All times are GMT +1. The time now is 03:54 PM.

Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.