Forum Moderators: open

Message Too Old, No Replies

Oracle with jscript

         

jbhavin

10:40 am on Sep 1, 2003 (gmt 0)

10+ Year Member



what is connection string and other things to connect it with JAVASCRIPT

tedster

12:38 am on Sep 2, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



A connection string is a way to dynamically retrieve information from a database. There's no direct association I know of between client-side javascript and any database connection string, Oracle, mySQL or whatever.

I believe you can use JAVA (not javascript) to create an applet called an SQLapplet, and that applet can interact with a database. Then client-side javascript can interact with the SQLapplet. But that's only something I've read about, not something I know how to do.