WUGNET, the Windows User Group Network
Your Complete Resource Center for "The Best" in Shareware, Computing Tips and Support, Windows Industry News... and much more!
Home Forums Shareware Windows Tips Hot Offers FREE Newsletters Arcade Contact Us About Partners
Search WUGNET: RSS Feeds RSS Feeds Advertise with WUGNET    |    Shareware eBooks
HomeHome FAQFAQ   SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log in/Register/PasswordLog in/Register/Password

Ms Access JDBC Driver?

 
   Home -> Office other -> General Discussions RSS
Next:  General Discussions: Audiencia  
Author Message
metaltecks

External


Since: Mar 09, 2006
Posts: 43



(Msg. 1) Posted: Thu Jul 03, 2008 2:00 pm
Post subject: Ms Access JDBC Driver? Add to elertz
Archived from groups: microsoft>public>access (more info?)

I have a Java product; Lawson, that is trying to connect to MS Access
database on a network share.
It is asking for the JDBC driver for it and i thought it was
jdbc:odbc:JdbcOdbcDriver, but it keeps on telling me that the connection is
failing.

Can someone help me.

Thank you
Back to top
Login to vote
Arvin Meyer [MVP]

External


Since: Feb 26, 2004
Posts: 4313



(Msg. 2) Posted: Thu Jul 03, 2008 5:35 pm
Post subject: Re: Ms Access JDBC Driver? Add to elertz [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

There is no JDBC driver that comes with Access (at least that I'm aware of)
You'd have to get the driver from your language supplier.

--
Arvin Meyer, MCP, MVP
http://www.datastrat.com
http://www.mvps.org/access
http://www.accessmvp.com


"metaltecks" <metaltecks.RemoveThis@discussions.microsoft.com> wrote in message
news:DBFBD140-2C33-49DD-AB33-0F0A0764FE57@microsoft.com...
>I have a Java product; Lawson, that is trying to connect to MS Access
> database on a network share.
> It is asking for the JDBC driver for it and i thought it was
> jdbc:odbc:JdbcOdbcDriver, but it keeps on telling me that the connection
> is
> failing.
>
> Can someone help me.
>
> Thank you
Back to top
Login to vote
david

External


Since: Jun 22, 2005
Posts: 436



(Msg. 3) Posted: Sat Jul 05, 2008 12:27 am
Post subject: Re: Ms Access JDBC Driver? Add to elertz [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

It could be that the connection is failing... Access/Jet/MDB
is very sensitive to network connections. Any network
problem is likely to cause an Access/Jet/MDB problem.

Also, what kind of system is hosting the network share?
Do you have full c/r/u/d permissions?

Also, can you test the ODBC connection outside of
the JDBC connection? Using something like Excel?

(david)

"metaltecks" <metaltecks.TakeThisOut@discussions.microsoft.com> wrote in message
news:DBFBD140-2C33-49DD-AB33-0F0A0764FE57@microsoft.com...
> I have a Java product; Lawson, that is trying to connect to MS Access
> database on a network share.
> It is asking for the JDBC driver for it and i thought it was
> jdbc:odbc:JdbcOdbcDriver, but it keeps on telling me that the connection
is
> failing.
>
> Can someone help me.
>
> Thank you
Back to top
Login to vote
metaltecks

External


Since: Mar 09, 2006
Posts: 43



(Msg. 4) Posted: Mon Jul 07, 2008 7:49 am
Post subject: Re: Ms Access JDBC Driver? Add to elertz [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

I have tested it out on the odbc administrator and do have full permissions
to the share. The share is on a windows 2003 server.

"david@epsomdotcomdotau" wrote:

> It could be that the connection is failing... Access/Jet/MDB
> is very sensitive to network connections. Any network
> problem is likely to cause an Access/Jet/MDB problem.
>
> Also, what kind of system is hosting the network share?
> Do you have full c/r/u/d permissions?
>
> Also, can you test the ODBC connection outside of
> the JDBC connection? Using something like Excel?
>
> (david)
>
> "metaltecks" <metaltecks.RemoveThis@discussions.microsoft.com> wrote in message
> news:DBFBD140-2C33-49DD-AB33-0F0A0764FE57@microsoft.com...
> > I have a Java product; Lawson, that is trying to connect to MS Access
> > database on a network share.
> > It is asking for the JDBC driver for it and i thought it was
> > jdbc:odbc:JdbcOdbcDriver, but it keeps on telling me that the connection
> is
> > failing.
> >
> > Can someone help me.
> >
> > Thank you
>
>
>
Back to top
Login to vote
david

External


Since: Jun 22, 2005
Posts: 436



(Msg. 5) Posted: Tue Jul 08, 2008 3:00 am
Post subject: Re: Ms Access JDBC Driver? Add to elertz [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

If you've got any other kind of ODBC source, have you
tried connecting to that, to see if you have a JDBC installation
or configuration problem?

Apart from that I'm out. Every ODBC connection problem
I've ever seen with Access could be diagnosed and fixed
from the ODBC administrator on the machine where the
client is installed. If the Access connection connects there,
anything can connect to it. The actual connection API is simple
and standard, and nobody ever gets it wrong, so the chance
that there is some internal bug with jdbc:odbc:JdbcOdbcDriver
and the Access driver is zero.

(david)

"metaltecks" <metaltecks.TakeThisOut@discussions.microsoft.com> wrote in message
news:77B07547-90BD-46E6-A508-0244E64CB8A9@microsoft.com...
> I have tested it out on the odbc administrator and do have full
permissions
> to the share. The share is on a windows 2003 server.
>
> "david@epsomdotcomdotau" wrote:
>
> > It could be that the connection is failing... Access/Jet/MDB
> > is very sensitive to network connections. Any network
> > problem is likely to cause an Access/Jet/MDB problem.
> >
> > Also, what kind of system is hosting the network share?
> > Do you have full c/r/u/d permissions?
> >
> > Also, can you test the ODBC connection outside of
> > the JDBC connection? Using something like Excel?
> >
> > (david)
> >
> > "metaltecks" <metaltecks.TakeThisOut@discussions.microsoft.com> wrote in message
> > news:DBFBD140-2C33-49DD-AB33-0F0A0764FE57@microsoft.com...
> > > I have a Java product; Lawson, that is trying to connect to MS Access
> > > database on a network share.
> > > It is asking for the JDBC driver for it and i thought it was
> > > jdbc:odbc:JdbcOdbcDriver, but it keeps on telling me that the
connection
> > is
> > > failing.
> > >
> > > Can someone help me.
> > >
> > > Thank you
> >
> >
> >
Back to top
Login to vote
Display posts from previous:   
       Home -> Office other -> General Discussions All times are: Eastern Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Categories:
 Windows XP
 Windows Vista
 Windows Other
 Office
  Office Other
 Security
 WinRAR
  • Home |
  • Shareware |
  • Windows Tips |
  • Hot Offers |
  • FREE Newsletters |
  • Arcade |
  • Forums |
  • eBooks |
  • About WUGNET |
  • Partners |
  • Contact

  • WUGNET Privacy Policy |
  • Link to WUGNET