MS Access 2000 and 2002

i need to use java to access a MS Access database, locally and remotely. is the bridge better with 97, 2000, or 2002? or will i need to use something other than the bridge? also can i use PC Anywhere to access this database remotely? TIA.

There are plenty of MS Access drivers available. See
http://industry.java.sun.com/products/jdbc/drivers
Or you can use an ODBC driver with the JDBC-ODBC bridge, if the database is local. Don't know what "better with 97, 2000, or 2002?" could mean.
You can use PC Anywhere to access another computer running your Java class. You can't use it in place of a JDBC driver, if that's what you meant.

Similar Messages

  • MS Access 2000 and Oracle 8

    Hello,
    I need to provide access to a Oracle (v 8) table via MS Access 2000. I am doing so via Link Tables in MS Access.
    But I am not able to see the new tables that I created, in the list of tables available for linking from the Oracle schema, in Access.
    How can I rectify this?
    Thank you.
    Raj
    Message was edited by:
    user492218

    I think you'd need to contact Oracle support to get access to older versions of the driver.
    Since 8.0.5 isn't supported any longer, however, is it possible for you to update your Oracle client to one of the supported releases-- 8.1.7 or 9i?
    Justin

  • ORACLE ODBC 8.1.7.6 and Access 2000 (RAMDAC 2.7)

    I wanted to use a Pass-through query in microsoft access 2000 and got some inexplicable results.
    I Use
    - Oracle ODBC 8.1.7.6
    - Microsoft Access 2000
    - RAMDAC 2.7
    Server Oracle-Version = 7.3.4
    Server NLS_LANG = AMERICAN_AMERICA.WE8HP
    Server Language = ENGLISH
    Local Client oracle-Version= 8.1.7
    Local NLS_LANG = GERMAN_GERMANY.WE8HP
    Local Language = GERMANY
    I use a field called 'STOK' and the value is 10.5
    ORACLE-Driver | MICROSOFT ODBC for ORACLE
    If I only want to display the value, I get 105 <- not OK | 10.5
    If I use NVL(STOK,0), I get 10.5 | 10 <- not OK
    If I use SUM(STOK), I get 10.5 | 10 <- not OK
    If I use STOK*STOK, I get 110.25 | 110 <- not OK
    If I use STOK*5, I get 52.5 | 52 <- not OK
    Direct link (not pass through 105 <- not OK | 10.5
    Is there a possibility, that I can use direct link and pass through with the same driver. I couldn't manage it

    Most of our applications use Oracle server versions 7.3, 8.0 and 8.1.
    The clients are written in Microsoft Access, Versions 97 and 2000.
    Our experience using ODBC is that it only runs correct when on the client the parameter NLS_LANG is set to AMERICAN_AMERICA.WE8... (we use WE8ISO8859P1)!
    Be sure to set the right NLS_LANG parameter, there are more than one. If in doubt set them all to the same value.
    Kind regards,
    Ralf L|thke

  • Access 2010 and CR XI

    I have a legacy Access ADP app originally developed in Access 2000, and has since been upgraded to Access 2002 and subsequently Access 2003. The app references CR XI RDC in order to print report. It has worked for years until we started running the ADP app in Access 2010 (32 bit). The ADP app crashes whenever I call RDC's PrintOut method. The code has not changed one bit - except it is running in Access 2010. We tried the app in different compatibility mode, on different operating systems (XP, Win7 and Win Server 2008) and the result is exactly the same - it crashes as soon as it calls PrintOut method.
    One peculiar aspect of it is that the crash occurs for reports that references tables directly whereas it works with reports created based on stored proc.
    I suspect it might have something to do with the different DLLs that deals with table based reports vs stored proc based report.
    Any suggestions or ideas here?

    Hello Calvin
    The last version of CR that incouded the RDC was 11.5 (XI R2). So, one idea would be to get to CR XI R2. See this blog on how to.
    Now, this still does not give you any guarantee that you will get the app to connect to Access 2010 as CR XI R2 would not be forward compatible... E.g.; according to the Supported Platforms documentation for CR XI R2, Access 2010 is not supported.
    If CR XI R2 SP6 does not solve the issue, your only option is to port the app to CR 2008, or CRVS2010 and use the CR SDK for VS .NET.
    - Ludek
    Follow us on Twitter
    Got Enhancement ideas? Try the SAP Idea Place
    Share Your Knowledge in SCN Topic Spaces

  • Access 2000 2013 vertical lines

    I imported an Access 2000 Contacts file into Access 2013. Everything looks OK with one very important exception: Two columns (Contact Type and Contact Application) allow drop down selection. The Contact Type column is fine. The problem with the Contact Application
    columns is that, when using the drop down feature, it now shows mysterious vertical lines that vertically blanc out a part of the drop-down selections, making only the beginning readable. Thanks for your help to find a solution!

    Hi,
    According to your description, I suppose that the issue maybe more related to Access 2000 and Access 2013 database compatibility issue. 
    I have no environment to create a Access 2000 Contacts file, if you could upload a sample Access 2000 database through SkyDrive, I'll test in my PC.
    Then, I also suggest you convert a database to the .accdb file format to test:
    http://office.microsoft.com/en-us/access-help/convert-a-database-to-the-accdb-file-format-HA102749625.aspx
    Regards,
    George Zhao
    TechNet Community Support

  • HP LaserJet P1102w prints fine on test prints and Word 2000 but not Access 2000

    HP LaserJet P1102w prints dark, regular looking copy on everything but reports generated from Access 2000.  Those printouts have the letters outlined with shaded filling - I am printing bold size 16 to 24.  Have tried several fonts with same problem.  I have Windows XP Professional, version 2002.  No error messages appear.

    Hi there,
    Try downloading and running the print and scan doctor located here:
    http://h10025.www1.hp.com/ewfrf/wc/document?docname=c03275041&cc=us&dlc=en&lc=en
    It can fix a lot on its own and if not give a better idea of what is going on.
    Best of Luck!
    You can say thanks by clicking the Kudos Star in my post. If my post resolves your problem, please mark it as Accepted Solution so others can benefit too.

  • Developer 6 and MS Access 2000

    Is it possible to use Developer 6 with MS Access 2000 database
    and how ?
    Thanks
    null

    Create an ODBC datasource for Access database.
    Then in the Forms 6.0 connect using the following host string
    'odbc:name_of_your_odbc_source'
    Asad Kayani
    Pakistan
    null

  • JDBC to access SQL server 2000 and Oracle.

    hi,
    I have the following requirement. I have an oracle database which contain sql data including BLOB and CLOB. Firstly, I should migrate the data to a SQL server 2000 database. That is, i should be able to have two databases, one on oracle and the other on sql server 2000. the two databases should contain the same data, which includes BLOB data. I guess, sql server 2000 does not have a BLOB data type. What is the equivalent data type i can use to save the Oracle's BLOB data in SQL server?? Should it be image type?
    After i migrate the data to the sql server 2000 database, i should be able to connect to the two databases, oracle and sql server 2000, using the same JDBC code to retrieve, insert, update and delete the data. What are the drivers that i should use. I guess, the MS JDBC driver does not support BLOB and CLOB. Is there a driver that can support BLOB for sql server 2000 and is also free???!
    Kindly help... Thanks.
    Arthi.

    Hi,
    I am new to jdbc... so, pls forgive my ignorance...
    I shall try to map a BLOB data column in oracle to an IMAGE data column in sql server 2000. I am using oracle jdbc driver and microsoft's jdbc driver for connecting to the databases.
    My question is, can i use setBlob() method in the preparedstatement in jdbc code for setting data to the sql server 2000 image column?
    rs.getBlob() and preparedstatement.setBlob()code works fine for oralce's BLOB column using oracle's jdbc driver.... Will the same jdbc code work for sql server 2000's image column using microsoft's jdbc driver??
    Kindly help.
    Arthi.

  • SQL query works in access 2000 but not through JDBC

    Hello to all as my first posted message, I have a bit of a pickle on my hands. I have a query which is critical to for my application to function.
    In Access 2000
    SELECT sb.SeatName
    FROM SeatBooking sb, Movie m, MovieSession ms, Booking b
    WHERE m.MovieId = ms.MovieId
    AND ms.MovieSessionId = b.MovieSessionId
    AND b.BookingId = sb.BookingId
    AND ms.DateOfSession = #2003/04/16 07:15:00 PM#;
    This query works fine. When I insert it into my code
    String query = "SELECT sb.SeatName \n" +
    "FROM SeatBooking sb, Movie m, MovieSession ms, Booking b \n" +
    "WHERE m.MovieId = ms.MovieId \n" +
    "AND ms.MovieSessionId = b.MovieSessionId \n" +
    "AND b.BookingId = sb.BookingId \n" +
    "AND ms.DateOfSession = #" +
    cp.getMovieSessionAt(i).getTrueTimeOfSession() + "#;";
    The last line of code returns #2003/04/16 07:15:00 PM#; Which is the exact same as in Access.
    To rule out some possibilities
    - there are other less complicated queries which access the same database but work fine. so my code seems to be ok
    - I have tried to use Format() on ms.DateOfSession to match the return value of the java statement (Which is a general date in Access in the format of 16/04/2003 7:15:00 PM)
    Any suggestions would be appreciated!

    Hi Simon,
    On my Windows XP system with J2SE SDK version 1.4.1_02 and Micro$oft Access 2002, I have the following table:
    column name    column type
    id             Number
    name           Text
    updated        Date/TimeUsing the JDBC-ODBC bridge driver (that is part of the J2SE distribution), the following code uses the JDBC "escape" syntax -- and it works.
    import java.sql.*;
    public class JdbcOdbc {
      public static void main(String[] args) {
        Connection dbConn = null;
        ResultSet rs = null;
        Statement stmt = null;
        String sql =
          "SELECT * FROM Table1 WHERE updated = {ts '2003-04-13 07:53:23'}";
        try {
          Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
          dbConn = DriverManager.getConnection("jdbc:odbc:db1");
          stmt = dbConn.createStatement();
          rs = stmt.executeQuery(sql);
          if (rs.next()) {
            System.out.println("id      = " + rs.getInt(1));
            System.out.println("name    = " + rs.getString(2));
            System.out.println("updated = " + rs.getTimestamp(3));
        catch (SQLException sqlEx) {
          System.err.println("Database operation failed.");
          sqlEx.printStackTrace();
        catch (ClassNotFoundException cnfEx) {
          System.err.println("JDBC driver class not found");
          cnfEx.printStackTrace();
        finally {
          if (rs != null) {
            try {
              rs.close();
            catch (SQLException sqlEx) {
              System.err.println("ERROR: Failed to close result set");
              sqlEx.printStackTrace();
          if (stmt != null) {
            try {
              stmt.close();
            catch (SQLException sqlEx) {
              System.err.println("ERROR: Failed to close statement");
              sqlEx.printStackTrace();
          if (dbConn != null) {
            try {
              dbConn.close();
            catch (SQLException sqlEx) {
              System.err.println("ERROR: Failed to close DB connection");
              sqlEx.printStackTrace();
    }More details about the JDBC escape syntax are available here:
    http://java.sun.com/j2se/1.4.1/docs/guide/jdbc/getstart/statement.html#999472
    Hope this helps you.
    Good Luck,
    Avi.

  • Altering database during migration from MS Access 2000

    Hi to all Oracle forum members.
    I want to migrate a MS Access 2000 database to Oracle 9i release 2. I want to know how can I alter the database design during the migration progress. My plan is to split an existing table to more and re-arrange the data and maybe introduce some new tables as well. These changes cane be made using the Migration Workbench or after migrating to Oracle? What is the most efficient way to do that and how can I accomplish these changes?
    Thanks in advance...
    A desperate new Oracle user... :)

    Hello patriotaki! I used Oracle Migration Workbench and everything seems to be fine..just take care on code page migration isssues ...have fun!!!

  • Migration MS ACCESS FORMS and Reports to Oracle (Java or Forms or Reports)

    Hello ,
    can someone tell me, how i can migrate a whole MS ACCESS 2000 mdb (with forms and Reports) to Oracle.
    I think i have first migrate the Access DB with the OMWB to Oracle and in the next Step to convert the VBA Code to JAVA or Forms9i.
    BUT Is there a tool available for Migrating VBA code like the OMWB ????

    I don't know if this is an obvious question, but do you have MS Access 2k installed on the machine you are trying to run this from? I'm assuming yes.
    If you do and there is still a problem, you should log a ticket for support who will take your mdb and help out with the issue for you.
    Many thanks
    Barry

  • Correct ITunes version for Windows 2000 and Nano

    My daughter just got a Nano for x-mas and is not recognized by old I-tunes software. I assume I need a newer version. However, 8.x that is advertised as latest version does not mention Windows 2000. I can't find any info on what version of ITunes I need or if there is one even compatible with both 2000 and the Nano. Can anyone tell me? I am incredibly frustrated by the lack of info on this and the lack of info in the user's manual. I see there are several different versions/generations of Nano, but have no idea how I am supposed to know what I have. I am not computer illiterate, but find this site poor at explaining questions like; how to tell what generation of Nano one owns, what version of I Tunes is necessary to synch with that version of Nanao, and is that version of ITunes compatible with ones operating system.
    Can someone tell me what version of ITUNES I need (or if it is even possible)and where I can find it? Thank you if anyone can provide this info that Apple chooses not to make easily accessible.

    So does this mean the IPOD is useless unless I get a whole new operating system so I can get the latest ITUNES?
    I also found a fact sheet about what to do to re-install USB drivers if the IPOD isn't recognized by the computer (which it isn't), followed the instructions and it still is not recognized! Is there a place those drivers can be downloaded so I could try something other than ITUNES for putting music on?
    I still contend that MAC does a horrible job of explaining these issues to people when they are buying. I've spent about 4 hours looking at help pages and have yet to see one that mentions minimum system requirements (ie Windows 2000 is not supported) and what, if anything can be done about it. I spent about a half hour trying to locate an e-mail help/customer service address to ask these questions and let them know about my frustration, but all I could find was the phone number, for which I only get one call! I don't have time to spend this much time trying to track this info down. My first computer was a MAC and talked for years about how great they were, but this lack of easy access to basic info/customer service has soured me on them. Sorry about the rant. Thanks for any help. While I am not a computer nerd, I work with them enough to know how to get around.

  • Urgent Help needed : Connecting Access 2000 with forms 6i

    Dear friends,
    I am really struggling to solve this connection issue. I am working with forms 6i, oracle 8i, in Windows XP pro environment. Developing programs using oracle 8i tables is ok, but there are tables in Access 2000, which I have to add the program that I am developing. The things I have done are
    - I have already tables in MS Access databse.
    - I Installed ODBC for microsoft and for Oracle as well(which . I added the MS Access Database there and I can perfom SQL from Oracle ODBC.
    - I also installed OCA for developer from the CD.
    From this point I followed the instructions in Developer Help menu and I was not able to connect and still trying, I will appreciate if anyone provide me sometips. Thanks in advance
    Best Regards

    Hi,
    I know the bad solution. But anyway, I'll tell you in any kind of help. I also had an AccessControlException when I started a RMI client program using JFileChooser. I rewrote policy files again and agin, but in vain. The last and ultimate method I did was remove the RMISecurityManager. This is obviously dangerous in the Internet, but if you use your application in the intranet or in some kind of safe environment. There would be no problem.
    Hope this could be any kind of your help.

  • Unsupported Data Type (migration from Access 2000)

    Hi,
    I'm trying to convert an MS Access 2000 database, which contains a table with 2 'Binary' data type columns.
    The OMWB does not seem to know this Data Type, and the GUI does not allow me to add it. Is there any other way to add this Data Type ??
    I should somehow get it to convert to Oracle RAW.
    Generating the Oracle Model with the 'Binary' type in the xml file generates errors.
    thanx in advance,
    esther

    Log a ticket with support at otn.oracle.com/migration and give details of this. Include a test case to ascertain whether it is a bug or not.
    B

  • Unable to Create  Oracle Model  When  Migrating from access 2000 to Oracle

    Hi ,
    I am migrating an access 2000 Database to Oracle 9i using Oracle Migration Workbench .
    I was sucessful in creation of Source Model ,but when I try to create the Oracle Data Model - Oracle Workbench
    HAngs . In short the Oracle Model creation log screen hangs .
    If any body has faced any similar please help me out .
    Please suggest a work around for this problem .
    Thanks in Advance
    Arun

    Arun,
    Can you provide a reproducible test case so that we can confirm the behavior here and log a bug? More detail can be found in the log/Error.log in case there is a java exception that is being thrown.
    Regards,
    Turloch
    Oracle Migration Workbench Team

Maybe you are looking for

  • HOW TO STRICT DELIVERY QTY SHOULD NOT BE MORE THEN SO QTY.

    DEAR ALL, WE ARE FACING ONE  PROBLEM, SYSTEM IS ALLOWING TO DELIVER ADDITIONAL QTY. COMPAIR TO SALES ORDER QTY. IN MY SO I PUT 100 QTY AND IN DELIVERY (VL01N) I SELECT PICKING QTY AS 150 IN THIS CASE SYSTEM ALLOWS TO DELIVER MORE QTY THEN SO. I NEED

  • Sqlldr fails

    load data CHARACTERSET UTF8 truncate into table COLLECTION APPEND fields terminated by "," optionally enclosed by '^' trailing nullcols (COLLECTIONID,PERSONID,NAME1,TAGS,DELETED,PRIVACY,SERVICEID,TYPE1,CONTENTTYPE,EMAILID,DESCRIPTION,CREATIONTIME,UPD

  • CS3 Audio mixer automation not keeping changes

    I'm using CS3 on a Mac.  My current project marks the first time I've done any editing in almost thirty years.  When I opened CS3 for the very first time and did a few trial edits, I was able to adjust audio on the three tracks as I played it back an

  • New User need help, can't get installation completed

    Got my new iPod, 30 gig, color, photo, etc last week. Put in disk to install software. It stopped during the middle of installation so removed disk and found it was scratched big time (I'm sure it was something I did). So, I went to website and downl

  • User Exit  4 Org structure

    Hi all,          We r on way to implement ACE, we have done at territory management. Now wat is happening is when ever we r making changes at the Orgnisational structure that is having a immedate effect in Territory management but again i have to upd