help
|
| Posted: 06/13/2002, 8:37 AM |
|
I have rread in a previous thread that I need an IDBC driver on the server so my dsn works. Where can I get this driver?
|
|
|
 |
help
|
| Posted: 06/13/2002, 10:22 AM |
|
Also when I display the the page like page.jsp all I see is the code for the page and not the page.
This is my connection string
jdbc:odbc:<bss>
This is my db driver
sun.jdbc.odbc.JdbcOdbcDriver
I am on a w2k server iis5, connecting to an Access db
System DSN is set up for bss to the db
|
|
|
 |
Dandavat
|
| Posted: 06/13/2002, 11:11 PM |
|
Hi!
Once you created ODBC DataSource it is OK to use JDBC-ODBC bridge as you indicated. Only DataBase URL should be jdbc:odbc:bss if your DSN is named 'bss'.
As for serving your JSP pages you probably didn't install Java server. You need to install and configure Java application server for JSP pages to work correctly. For example Tomacat, free Java server, can be downloaded from http://jakarta.apache.org/
Pranams,
Dandavat.
|
|
|
 |
|