| Author |
Connecting to MS Access using Oracle stored procedures and JDBC
|
M VS
Greenhorn
Joined: Nov 16, 2004
Posts: 1
|
|
Hi All, How to access MS Access Database from Oracle Stored Procedure. With Regards, mvsp777
|
 |
Paul Sturrock
Bartender
Joined: Apr 14, 2004
Posts: 10336
|
|
|
Simple answer is: you can't. What I'd do, if you are stuck using the poor excuse for a database Access is, is create the model currently held in Access as a schema in Oracle, then use the linked table manager in Access to link to it. Now you can access your data with any Oracle feature, but still have an Access front end to it.
|
JavaRanch FAQ HowToAskQuestionsOnJavaRanch
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56220
|
|
"M VS", We're pleased to have you here with us on the Ranch, but there are a few rules that need to be followed, and one is that proper names are required. Please take a look at the JavaRanch Naming Policy and adjust your display name to match it. In particular, your display name must be a first and a last name separated by a space character, and must not be obviously fictitious. Thanks! bear Forum Bartender
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
 |
|
|
subject: Connecting to MS Access using Oracle stored procedures and JDBC
|
|
|