Operating System - HP-UX
1752754 Members
4679 Online
108789 Solutions
New Discussion юеВ

Re: javascript connection with oracle database

 
Nivine Jundi
New Member

javascript connection with oracle database

I have an oracle database running on windows 2003 server and I want to connect to it using javascript. I want to know the details step by step because I have no idea about this subject. Thank you a lot.
3 REPLIES 3
Nicolas Dumeige
Esteemed Contributor

Re: javascript connection with oracle database

Hello,

There's no way to connect to a database with java script. This langage is not designed to do so.

A JSP using JDBC or a perl script with DBI module are more likely to suit your need.

Cheers

Nicolas
All different, all Unix
KapilRaj
Honored Contributor

Re: javascript connection with oracle database

nivine,

I think u should contact ur java gurus to get some pragrams written in jaba , they r called "servlets" , We use it here in Ecommmers but no idea how to and where to ... It needs a JDK to be installed on the node.

Regds,

Kaps
Nothing is impossible
Joseph Loo
Honored Contributor

Re: javascript connection with oracle database

hi,

do you have IIS 6.0 install on the windows 2003? you may write a simple ASP file with the connection string and also run some small query statement in the same ASP file.

reply if you need some guide.

regards.
what you do not see does not mean you should not believe