Yes, JDBC works with an access database.  Just create a DSN and connect
to it.  The Java Devel Kits should come with a JDBC example in the demo
folder.

One thing you might want to know is that MS ACCESS database is not good
for concurrent write access (it's a well-know defiency) -- the database
will be corrupted if this occurs and all your data is lost.  If you're
just extracting data you should be ok.

I am using PostgreSQL 7 now and it works great with JDBC so far...it's
a freebie.

--
Antonio W. Lagnada
Ecommerce Consultant
[EMAIL PROTECTED]

This email address is specifically
for JSP-Interest email list.
Remove _NOSPAM for the actual email.



---- Luis Javier Beltran <[EMAIL PROTECTED]> wrote:
> You can use JDBC, there's a JDBC driver for almost all databases
>
>
> ----- Original Message -----
> From: "Celal Ceken" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Friday, October 27, 2000 12:59 PM
> Subject: Performance problem with ODBC
>
>
> > Hi everybody,
> > My problem is slow database Access with ODBC. I have an Access Database
> and
> > I wonder if there is a way to connect Database without ODBC. Thanks
> for
> your
> > help.
> >
> > with regards
> >
> >
> ===========================================================================
> > To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
> JSP-INTEREST".
> > Some relevant FAQs on JSP/Servlets can be found at:
> >
> >  http://java.sun.com/products/jsp/faq.html
> >  http://www.esperanto.org.nz/jsp/jspfaq.html
> >  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
> >  http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
>
> ===========================================================================
> To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
> Some relevant FAQs on JSP/Servlets can be found at:
>
>  http://java.sun.com/products/jsp/faq.html
>  http://www.esperanto.org.nz/jsp/jspfaq.html
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
>

___________________________________________________________________
To get your own FREE ZDNet Onebox - FREE voicemail, email, and fax,
all in one place - sign up today at http://www.zdnetonebox.com

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to