Senthilkumar Changepond

Greenhorn
+ Follow
since May 24, 2005
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Senthilkumar Changepond

DEar All ,

I am building one project tracking management system .As my client requirement they use mdb as a database .

I write the code without DSN . but , I haven't jdbc driver .

If anyone knows plz guide me and give the URL .

I successfully done the same project using MS SQL server 7.0 . But , I am not able to proceed in the MS Access (mdb ) . becz of this JAR file .,


Plz if any one having the jar file plz let me know where I can get it


Thanks in AdvANCE ..

REgards ,
B.SENTHILKUMAR .,.,.

[removed all caps from subject and edited out e-mail]
[ June 07, 2005: Message edited by: Jeanne Boyarsky ]
Thank you .
Leon fan .

I haven't the JDBC/odbc jar files . I found out the jar files can be placed under tomcat4.1(or)5.0\common\lib\ .

if you don't mind plz give the url for Downloading the Free JDBC driver for MS Access .

Thanks in Advance .

REgards ,
B.SENTHILKUMAR
DEar All ,

I got the problem while I connect the MS access database without using DSN .

here the Code :
==============

try
{
Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");

String database ="jdbc dbc river={Microsoft Access Driver(*.mdb)};DBQ=c:/db2.mdb;DriverID=22;READONLY=true}";
Connection con = DriverManager.getConnection( database ,"","");
Statement st=con.createStatement();
ResultSet rs=st.executeQuery("select * from login" );
%>

It gives an Error :
=================
java.sql.SQLException: [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified

My requirement is , I want to Connect MS Access database with out using DSN .
I know how to Connect MS access DB using DSN . without DSN I have problem .

PLZ PLZZZZZZZZZZZZ ,

help me .. I am waiting for the result .

plz reply ASAP

regards ,
B.SENTHILKUMAR
DEar friends ,

I want to Know , how XML can be used in JSP ?/?

If any one guide me plz

thanks in advance

Have a nice DAy ..

Senthil
18 years ago
JSP