Oracle ODBC-Driver for MS Access 2.0

Hi,
we're looking for a MS-Access 2.0-Oracle-ODBC-Driver. It's not a "normal" ODBC-Driver but a Driver provided in the past by Microsoft. Its a special DLL for MS-Access 2.0, not for the Operating System.
any ideas or maybe a link?
Thanks a lot!
heiko

Since XE is 10gR2 these drivers should work, did you try? -> http://www.oracle.com/technology/software/tech/windows/odbc/index.html
Kind regards,
Tonguç

Similar Messages

  • How to install the Oracle ODBC driver for all NT users

    I need to schedule a task on a SQL server running on NT to access an Oracle DB.
    I have installed the Oracle ODBC driver on it and it is working well under my NT account.
    But the SQL scheduler runs on another NT account and the task failed.
    How is it possible to install the Oracle ODBC Driver for all NT users ???
    Thanks for your inputs...

    http://forum.java.sun.com/thread.jsp?forum=48&thread=187964&start=0&range=15#608968
    The above link is a comprehensive "How to get set up and on my way" that I made for someone else learning Oracle/jdbc. Kind of a self-help resource page. I would start from the beginning and download the newest drivers, then set up your environment,...etc.
    hope this helped,
    Jamie

  • Oracle ODBC Driver for Rdb 2.10.11.00 on  Windows 2008 64-bit

    Hello,
    Our application runs on Windows 2000 Professional SP4 and connects to RDB databases on Alpha Open/VMS via Oracle ODBC Driver fro Rdb release 2.10.11.00.
    We are migrating to Windows Server 2008 64-bit environment.
    We tested both recent Rdb ODBC driver releases (3.3.0.0 and 3.3.1.0) but we are getting errors intermittently when the application loads data from certain tables. Trace logs show no errors which could indicate the origin of the issue.
    We want to use the old (2.10.11.00) release but it cannot be installed only on the Win 2008 32-bit version.
    Can anyone suggest how to install the Oracle ODBC Driver for Rdb release 2.10.11.00 on a Windows 2008 64-bit Server?
    Thanks in advance,
    Momir

    Hello,
    Take a loot at http://www.connx-net.com/rdb.htm they have a 64 bit ODBC OLE DB JBC and .NET solution.
    Regards,
    Ant

  • Specifying "ARRAYSIZE" in Oracle ODBC Driver for 7.3.4

    Is it possible to specify the ARRAYSIZE parameter in the Oracle ODBC Driver for Oracle 7.3.4?
    Other vendors provide this facility when creating the data source using ODBC administrator.
    If anyone can clarify, it will be a great help.
    Regards,
    Premanand

    Hello,
    Take a loot at http://www.connx-net.com/rdb.htm they have a 64 bit ODBC OLE DB JBC and .NET solution.
    Regards,
    Ant

  • Where I can find an ODBC driver for MS Access

    I need to use JSP access a .mdb file. I can do it for the test program in a window platform computer. However when i move the program to a linux server, it doesn't work. Then I am told to have an ODBC driver for MS Access installed on the Linux server.
    I've tried to search it on google but I cannot find one to download, or I'm not sure which one I should download...
    Could anyone give me a link to download such driver? Many many thanks!!

    Thx for your reply!!
    This is my old post after accessing .mdb file with JSP
    http://forum.java.sun.com/thread.jspa?threadID=583788
    just somehow the program doesn't work on Linux server and I can't figure it out, and I am advised to install an ODBC driver.

  • Oracle ODBC Driver for Rdb on WinME

    The Oracle Universal Installer is not working properly when I try installing the new ODBC driver for Rdb (version 3.0.1.2). The Installer starts, but does not present the NAME field as it has for both Win95 and Win2K. In the destination PATH field is the pathname to the temporary folder I've unzipped the Installer/Driver to and when I change this to an existing folder, i.e., C:\ORAHOME, the Installer informs me that it cannot access the staging area and asks that I check the staging area and destination pathnames.
    I have successfully installed the older version 2 driver on ME, but it uses the older installer software. Despite Oracle's claims to the contrary, this new Java-based Installer just doesn't work on ME.
    If anyone can help with I would greatly appreciate it. Thanks.
    Terry

    Hello,
    Take a loot at http://www.connx-net.com/rdb.htm they have a 64 bit ODBC OLE DB JBC and .NET solution.
    Regards,
    Ant

  • What means Rdb in "Oracle ODBC Driver for Rdb" ...

    ... I assume data basse but what about the upper R ? ^^
    thanks

    oh ok thanks, for OpenVMS platforms only and R as "relational" oki doki
    I'm surprise that, when I'm looking for the oracle odbc driver 8, I find almost only result for Rdb, is it not compatible with a windows standard edition as 2000, xp ...

  • Memory Leak with Oracle ODBC Driver for Long Raw columns

    Oracle version : 8.1.7
    Platform : Win2K
    Oracle ODBC Driver version : 8.0.1.7.5.0.0
    Hi,
    I've got an Oracle database upgraded from
    V8.0.5 to V8.1.7 which has a table having one long raw +
    normal columns. I was able to observe distinct memory
    leaks (approx 80K) when using ODBC interface calls (thro C++ code) that referenced a combination of normal & long raw columns in a select statement. However, this leak was not observed when only normal columns were present in the
    select statement. Is there any known restriction for using
    long raw columns with other columns? Or do long raw columns have a known memory leak problem thro ODBC?
    Thanks!
    Regards
    Sanchayan

    Did you ever get an answer on this issue?
    Thanks in advance

  • Oracle ODBC driver for Linux (C Language)

    Dear Guys,
    I am writing small code in C language which will connects Oracle to insert/delete and update data in oracle database. Despite of searching I don't find ODBC driver to connect to Oracle database in Linux platform through C language code. Can anybody please let me know if Oracle provides such ODBC Driver?
    Thanks in advance

    Zaeem wrote:
    I am writing small code in C language which will connects Oracle to insert/delete and update data in oracle database. Easily done using the Oracle Call Interface (OCI) directly. No need for ODBC.
    Despite of searching I don't find ODBC driver to connect to Oracle database in Linux platform through C language code. Can anybody please let me know if Oracle provides such ODBC Driver?Never seen an ODBC driver for Oracle on Linux. Perl uses its own abstraction interface. PHP uses its own abstraction interface. Ditto for Java. (keep in mind that ODBC is a Microsoft invention)
    And the OCI is not that more complex to use than ODBC. In fact, OCI is a lot more powerful. And the Oracle® Call Interface Programmer's Guide has numerous source code examples you can essentially copy and paste and modify for your needs. See Appendix B. Demonstration Programs.
    The resulting code is also a lot more portable - relying directly on an OCI client driver, instead of an ODBC driver that runs on top of an OCI driver.

  • Oracle ODBC driver for Linux from NT

    I'm using Oracle v8.0.5 on Linux (trial version)
    and I would like to access/see/edit the database(s) from WinNT.
    Is there a driver out there for this??
    thanx in advance!
    null

    Eddy Hahn (guest) wrote:
    : Daryll (guest) wrote:
    : : I'm using Oracle v8.0.5 on Linux (trial version)
    : : and I would like to access/see/edit the database(s) from
    WinNT.
    : : Is there a driver out there for this??
    : : thanx in advance!
    : You can use regular NT ODBC driver to access Oracle on Linux.
    : Just use Net8 Assist or Net8 Easy Config to set it up (on NT).
    : Eddy
    Oracle 8.0.5 on Linux don't come with Windows 95/98/NT client. I
    need to access the Oracle on Linux from Delphi 4 on Windows 98
    but I don3t know where to get the Oracle client. Do you know
    where I can get the Oracle client for Windows 98 ? I couldn't
    find in the Oracle's pages on the Web.
    Halley
    null

  • How to run jdbc:odbc driver for MS Access in Beam Managed Persisten Entity

    Hi friends,
    I like to know how to access an MS Access Database using a BMP Entity Bean. I like to know how the connection is established. Can we use the Class.forName(). I'd like to recieve the 3 to 4 line code. :)
    Please Help
    Thank YOu!!

    rampalli_aravind wrote:
    Hi friends,
    I like to know how to access an MS Access Database Google "Sun JDBC tutorial".
    using a BMP Entity Bean. Really? How quaint!
    I like to know how the connection is established.
    Connection c = DriverManager.createConnection(url, user, pass);
    Can we use the Class.forName(). Yes.
    I'd like to recieve the 3 to 4 line code. :)I've got you halfway there. The rest is left for you.
    Please HelpI think I did.
    Thank YOu!!No, thank YOU! Where would this forum be without stoopid questions like yours?
    %

  • Oracle ODBC driver for Rdb

    Where is the download???????

    You probably want to contact Oracle support for that. I don't recall ever seeing RDB-related downloads on OTN.
    Justin

  • How can I do to get Oracle ODBC driver in Windows?

    Hello,
    Please, I need help to use Oracle ODBC driver in Windows 7. I installed Oracle Client 10g with the ODBC driver, but I can't use it. OracleODBC driver don't appear in the driver list when I want to create a new datasource. How I can do to get Oracle ODBC driver for create a new datasource?
    Thank
    Edited by: user4528703 on 13 mars 2010 02:01

    Hello,
    To get the ODBC driver you should run a custom Oracle Client installation and Select
    Oracle Windows Interfaces 10.2.0.1.0.
    Then, you'll get the Oracle ODBC Driver 10.2.0.1.
    But, be aware that Oracle didn't certify Windows 7.
    So, if afterwards, you experience some trouble, think to install Oracle with Xp compatibilty mode, or
    wait to Oracle 11.2.0.1 which will be certified on Windows 7.
    Hope this help.
    Best regards,
    Jean-Valentin

  • How do I get the ODBC driver for 8.05 Solaris?

    Hi,
    Where can I get the Oracle ODBC driver
    for 8.05 on Solaris? I'm trying to use the
    JDBC bridge, but can't find the drivers.
    Do you have a small example using the bridge?
    null

    I assume you want an ODBC driver to actually use on the Solaris
    box, not one that runs say on Windows and connects To Solaris...
    Intersolv (www.intersolv.com) has a data-direct set of drivers,
    and I believe they have one for Solaris.
    null

  • [Microsoft][ODBC driver for Oracle]Syntax error or access violation

    Hi,
    When I am trying to connect to Oracle 8.1.6 database using Microsoft ODBC driver for Oracle. The connection is established.
    But while creating CallableStatement, I am getting error "[Microsoft][ODBC driver for Oracle]Syntax error or access violation".
    What I need to do to resolve this problem.
    Raj

    Hi Satish
    It could be an issue with the driver.
    You can try with the OLEDB n Oracle native connection to test if the issue persists.
    Also you can refer to the [Troubleshooting Database Connectivity for Crystal Reports|http://www.sdn.sap.com/irj/boc/index?rid=/library/uuid/d05b3bb7-0f28-2c10-4ea3-84dbdc4e414e&overridelayout=true]
    Hope this helps!!
    Regards
    Sourashree

Maybe you are looking for

  • Want to upgrade hard drive and install SL

    Hi I own a 4 year old Macbook Pro with Leopard (15", A1211, 2.33 Intel Core 2 Duo). I want to upgrade the hard drive. I am planning on just removing the old one, and placing the new hard drive into it. Then buy a Snow Leopard ($29) and install it. Is

  • Abap mapping: copy substructures

    Hi all, I try to find a simple and quick way to fill some fields of a destination message getting values from an input message by tag name. More exactly: Input message. S1.   f1   f2   f3 S2   f4   f5   f5 Output message, D1.   d1   d2   d3 D3   d4 I

  • How to switch between markets in AppStore?

    How to switch between markets in AppStore? It says that I cannt buy in Russian market because my account registered in other

  • JVider and splitting code

    I am using a program called JVider, if anyone else out there is, I think they will be the most help. I was using the program just fine. BTW, it builds GUIs from a GUI. I like it, it takes some of the tedious work out for me, also I am not experienced

  • EMC SRDF or Data Guard

    Friends,  Is it advisable to have data guard as a replication option (for DR site) for a core banking database sizing close to 4 TB for a financial institution. As of now the customer is using SRDF for replication and its working perfectly fine.   So