If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > Other > Connect to Access without ODBC

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 07-09-03, 05:44
chimp0k0m0n chimp0k0m0n is offline
Registered User
 
Join Date: Jul 2003
Posts: 3
Connect to Access without ODBC

I want to make a connection to a MS-ACCES database without an JDBC-ODBC bridge to make my application more portable, but I don't know where to get a free JDBC driver.

Thank U
Reply With Quote
  #2 (permalink)  
Old 08-04-03, 05:54
Emmon Emmon is offline
Registered User
 
Join Date: Nov 2002
Location: London
Posts: 47
Hi

I'm not quite sure I understand this. Are you looking for a pure JDBC driver that will connect you directly to Access without going over a JDBC bridge. If so, I'm not sure there are possibilities out there that might assist you as typically, only the database vendor can provide pure JDBC connectivity to its own database. As far as I can tell, you will still need a JDBC driver. Why not use the Sun JDBC-ODBC bridge as typically Access ships a free ODBC driver

HTH
Emmon Simbo
OpenLink Software
Reply With Quote
  #3 (permalink)  
Old 08-04-03, 07:18
chimp0k0m0n chimp0k0m0n is offline
Registered User
 
Join Date: Jul 2003
Posts: 3
I'm not quite sure I understand this. Are you looking for a pure JDBC driver that will connect you directly to Access without going over a JDBC bridge.

--> Reply :

Yes, I was trying to make an application to connect directly to an access database without having to configure the ODBC source each time I take the application to another PC.

I'll try to use the Sun JDBC-ODBC bridge that you told me about, but
I still have a question ¿ Is it possible to configure de bridge by code ? I mean, write a java function witch detects that theres no JDBC-ODBC source configurated and configure it by itself.

Thanks you
Reply With Quote
  #4 (permalink)  
Old 08-04-03, 13:07
Emmon Emmon is offline
Registered User
 
Join Date: Nov 2002
Location: London
Posts: 47
Hi

>>Yes, I was trying to make an application to connect directly to an >>access database without having to configure the ODBC source each >>.time I take the application to another PC.

Unfortunately, that's the problem with Access as its a file so you might cannot configure it dynamically.

>>I'll try to use the Sun JDBC-ODBC bridge that you told me about, but
>>I still have a question ¿ Is it possible to configure de bridge by code ? >>I mean, write a java function witch detects that theres no JDBC->>ODBC source configurated and configure it by itself

For this one, I don't believe so. I'm no expert with JAVA so couldn't tell you for sure but maybe someone else might have the answer to that one
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On