hi guys Pls tell me a way to connect db4 database with jsp and which driver

hi guys Pls tell me a way to connect db4 database with jsp and also tell me which driver i have to use also tell me how to connect with excel sheets
[178 byte] By [Shoya] at [2007-11-27 2:55:02]
# 1

take a look at the follwing links. There, you'll find all what you need :

DB4:

http://www.oracle.com/database/berkeley-db/je/index.html

http://www.oracle.com/technology/products/berkeley-db/je/index.html

http://www.oracle.com/database/berkeley-db/db/index.html

http://www.oracle.com/database/docs/berkeley-db-je-datasheet.pdf

Excel:

http://64.18.163.122/rgagnon/javadetails/java-0516.html

Hope That Helps

java_2006a at 2007-7-12 3:31:23 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 2
> also tell me how to connect with excel sheetsYou can't. You can connect to MS Access files however using an JDBC-ODBC brigde.If you want to read and write xls files, look around for 3rd party API's. The [url= http://jakarta.apache.org/poi/]Jakarta POI[/url] is a nice
BalusCa at 2007-7-12 3:31:23 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 3
hi,if u want to connect with the excel sheets u must use odbc driver ie type 1 driver . u must establish dsn name in the control panel-->admin tools>odbc.i thk those links r fine to know abt that .
NANDAa at 2007-7-12 3:31:23 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...