PDA

View Full Version : needing script for database.


nqobizitha
08-26-2002, 05:53 AM
Hi.

I need a javascript that will extract info and stuff from my database and display it's contents. Can this be done with javascript??????

Need answer quick!

Provide script please!

scoutt
08-26-2002, 08:54 AM
no it cannot. you have to use serverside language. or you can use serverside javascript but it is a pain in the arse. never used it myself.

Dr. Web
08-26-2002, 11:46 AM
javascript actually can do this, but it is a headache as a client side solution. The next thing your going to want to do it modify the info and write it back to the database.

I'd really go towards a server side language for something like this. If your comfortible with client side javascript, you may use server side javascript to develop applications in ASP.

nqobizitha
08-27-2002, 07:30 AM
Okay...

If javascript can do this then i need the script that executes and reads from the database. I don't want one for writing...just reading.