JDBC with Microsoft Access over Internet.

Hi !
I need to access MS Access database over the internet using my swing application. I do not want a web interface for my application and would not like to involve in developing sopme sort of a middleware.
Can some body please provide an insight as to how this can be achieved.
Thanking in advance.

Hi !
I need to access MS Access database over the internet
using my swing application. I do not want a web
interface for my application and would not like to
involve in developing sopme sort of a middleware.
Can some body please provide an insight as to how
this can be achieved.
Thanking in advance.It can't be done.
%

Similar Messages

  • Launching Microsoft Access from Internet Explorer to view a downloaded MDB file opens the wrong file (not a problem if I use Firefox)

    When clicking on a link (in Internet Explorer 9) to download an Access MDB file and then choosing to open the file directly in Microsoft Access (2007) instead of saving it, the file is copied to Temporary Internet Files but Microsoft Access tries to open
    a different file and displays an (Unrecognized database format) error.
    When I click on the option to open the file, the MDB file is copied to Temporary Internet Files\Content.IE5 but instead of that file, Access tries to open a different (incorrect) file located in Temporary Internet Files\Content.MSO (e.g. in the above error
    message, NativeView.do is an XML file containing an error message).
    I don't see this problem with Word, Excel or PowerPoint files. When opening a Word file (without saving) the Word file is copied to Content.IE5 but an identical .tmp file is created in Content.MSO which when opened in Microsoft Word displayed the required file
    correctly. The same happens for Excel files. PowerPoint appears to be handled a little differently (no .tmp file created in Content.MSO but the required file is still copied to Content.IE5) but the PPT file is still opened correctly in Microsoft PowerPoint.
    I think the Content-Type "application/msaccess" is fine because Internet Explorer does launch Microsoft Access. It just tries to open the wrong file (or so I think). However, it looks like the file type is not being determined. Here is what I noticed
    when trying to open different Microsoft Office files using Internet Explorer:
    The last one is the MDB file. As you can see, only for this type of file, the "Type" (Microsoft Office Access 2007?) is not displayed in this Open/Save dialog box.
    On Firefox, I don't see this problem. When I tried clicking on the link to the MDB file in Firefox, Microsoft Access was launched and the file was opened correctly. Is there something I can do so the MDB file is opened properly using IE? I can add/change headers
    in the HTTP response that writes this file to the output stream (on disk) if that helps.
    Thanks for your time!

    Sounds like a problem symptom to be discussed in either an IE forum or an Access forum, not here.  How did you come to post here?  ForumsRedesign.  That might be an on-topic issue for this forum.  <eg>
    Can you find your way to either of those other forums easily from here?  Another on-topic question for here I think.   ; )
    Robert Aldwinckle
    Oops, my bad. Thanks for letting me know! :)
    I've re-posted it here: http://social.technet.microsoft.com/Forums/ie/en-US/1a818501-296c-42fb-8abb-ba914629c962/launching-microsoft-access-from-internet-explorer-to-view-a-downloaded-mdb-file-opens-the-wrong-file?forum=ieitprocurrentver
    Hopefully that's the right place for this.
    Cheers!

  • Can I use Web Services with Microsoft Access?

    I'm somewhat handy with Microsoft Access (2003 in particular), but not an expert. Macros? No problem. VBA? I'd be hard pressed to code anything from scratch, but I'm not too bad with modifying code/examples to fit my particular scenario. So, if anything about this doesn't ring quite right, now you'll know why. Some years ago I worked with another guy to develop a module that used REST(?) to query some web services at Yahoo!. If that worked, I was hoping that I could do similar things with CRMOD I was thinking, for example, I might want to get the Opportunity Sales Stage for a number of records. And since there are tools for Excel and Word, I thought Access might work, too. As a starting point, I imagine I need to use the Web Services Toolkit for Office 2003. But frankly, I don't even know where to go beyond that.
    Am I wasting my time? Any suggestions for an intro to web services?

    Probably not through USB.
    But likely if its anytihng like the Microsoft Sync in my Ford Explorer you can play audio from it through Bluetooth.
    You can read here for compatibilites, and features.
    http://www.ford.com/technology/sync/
    I connect My iPad to the Sync media center with no issues and can play my musci from the iPad thorugh the car stereo speakers.

  • What does it mean, in iTunes, "your contacts are being synced with Microsoft Exchange over the air"?

    Hello,
    I'm trying to sync the contacts on my iPhone 5 with my contacts on my Mac Book Air (merge them), I'm also using Outlook (Microsoft) to manage my email account and my contacts.  I used to sync my contacts from my previous iPhone (4S) with my contacts on my Mac and also with contacts on Outlook.
    Now that I have iPhone 5 I missed that sync (iPhone-Mac-Outlook), so I figure it out that in iTunes there is this message: "your contacts are being synced with Microsoft Exchange over the air. Your contacts will also sync directly with this computer. This may result in duplicated data showing on your device"
    Every contact created on iPhone doesn't sync with my Mac or Outlook.
    How should I configure my iphone and my mac to sync properly??
    Thanks a lot!
    Kind Regards,
    Silvana
    Mac book Air OS X 10.8.3
    Processor 1.7 GHz Intel Core i5
    iTunes 11.0.4
    iPhone 5 iOS 6.1.4

    Not surprisingly there have been no answers to this question because the only person who knows how to use iTunes/iCloud/iPhone is too busy.

  • Remote Desktop - Pinch and Zoom compatibility with Microsoft Access

    Hi guys, not sure which forum to place this into but here we go.
    We use Windows 8.1 tablets and RDP to a 2012 R2 Remote Desktop Server, we can pinch and zoom with Office 2007 Excel, Word without issues.
    I would like to know if there is a list of programs that's compatible with pinch and zoom because it looks to me like Microsoft Access (2007 version) isn't compatible with pinch and zoom but I need proof for my IT manager.
    Can you tell me if I should be able to pinch and zoom a database windows within MS Access?

    Hi,
    As per my research there is no such description whether which program compatible with pinch and zoom but still as this seems more relate to tablet question. You can ask your comment over there for more perfect answering.
    https://social.technet.microsoft.com/Forums/en-US/home?category=surface
    http://answers.microsoft.com/en-us/surface/forum?auth=1
    Hope it helps!
    Thanks.
    Dharmesh Solanki
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • How to link dataTable component with Microsoft Access Database?

    Please mail me @ [email protected]

    Creator might not support MS Access yet but use this code for an access database connection will always work even through notepad or textpad:
    import java.io.BufferedInputStream;
    import java.io.File;
    import java.io.FileInputStream;
    import java.io.InputStream;
    import java.util.Properties;
    * @author Mark Hennessy
    public class MyDataSource {
    private static MyDataSource ds = null;
    private static java.sql.Connection connection = null;
    /** Creates a new singleton instance of MyDataSource */
    private MyDataSource() {
    try{
    Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
    connection = java.sql.DriverManager.getConnection("jdbc:odbc:<db name>", "guest", "guest");
    }catch(ClassNotFoundException cnf){
    cnf.printStackTrace();
    }catch(java.sql.SQLException sqle){
    sqle.printStackTrace();
    public static DataSource getInstance() {
    if(ds == null)
    ds = new DataSource();
    return ds;
    public java.sql.Connection getConnection() {
    return this.connection;
    public static void closeConnection() {
         try{
              connection.close();
         }catch(java.sql.SQLException sqle){
              sqle.printStackTrace();
    plus set up the ODBC connection via click start , click run and then copy and paste the following "odbcad32.exe" without the quotes, click ok, click user DSN tab, click Add...button select Microsoft Access Driver (*.mdb) click finish, give <db name> name of ur access database, give any description <whatever> or leave blank click the select... button navigate to the access database u want to connect to in your java code and select it.
    in calling program
    public class CustomersImplimentation {
    private static java.sql.Connection connection = null;
    private java.sql.ResultSet rs = null;
    public CustomersImplimentation(){
    connection = MyDataSource.getInstance().getConnection();
    public Customers[] findAll(){
    java.util.ArrayList list = new java.util.ArrayList();
    String sql = "SELECT * FROM CUSTOMERS";
    try{
    java.sql.Statement stmt = connection.createStatement();
    rs = stmt.executeQuery(sql);
    while(rs.next()){
    list.add(new Customers(rs.getInt(1), rs.getString(2), rs.getString(3)));
    }catch(java.sql.SQLException sqle) {
    System.out.println((new StringBuilder()).append(
    "SQLException :: executeQuery Cannot find all Customers:").append(sqle).toString());
    Customers[] customers = new Customers[list.size()];
    for(int i = 0; i < list.size(); i++){
    customers[i] = (Customers)list.get(i);
    return customers;
    if you have a Customers class created with set and get methods and a constructor that takes an int string string i.e.
    public Customers(int ID, String firstName, String lastName){}
    then u should be able to run these classes from within creator with an access database. hope this helps?
    regards
    Henno

  • ODBC Cartridge works with MicroSoft Access?

    I need to access data from the MicroSoft Access database. Will
    the ODBC Cartridge work? From the Release Note, it says only
    RDBMS like Sysbase, Informix... it didn't say much on the
    Access database.
    Any suggestion of how to do it will be helpful... Thanks.
    ** I appreciate any reply asap... Thanks.
    Frankie
    null

    Frankie,
    I am not sure what you mean by 'ODBC Cartridge' . In JDeveloper
    (as with the JDK) you would connecto to an ODBC datasource using
    the JDBC-ODBC bridge. This works for MS Access.
    Hope this helps.
    Regards,
    Frankie Lau (guest) wrote:
    : I need to access data from the MicroSoft Access database. Will
    : the ODBC Cartridge work? From the Release Note, it says only
    : RDBMS like Sysbase, Informix... it didn't say much on the
    : Access database.
    : Any suggestion of how to do it will be helpful... Thanks.
    : ** I appreciate any reply asap... Thanks.
    : Frankie
    null

  • Non-technical user needs help with Microsoft Access/MS-Query connection

    I've read through some of the other threads on problems with the ODBC connection from MS Access to an Oracle database but as a non-techie I'm afraid I need to ask based on the steps I have always used. I'm not totally inexperienced as I have gone through the same steps on multiple Windows XP machine running different versions of Oracle and Office over the past 10 years but the steps aren't working this time. If there are settings that need to be checked or changed (path, etc.) I'm afraid I'll need specific instructions as to where I need to look for them.
    I'm currently trying to set up a connection on a new laptop running a 64-bit version of Windows 2007 Professional.
    1) I've installed a full 64 bit Oracle 11g client and 32 bit copy of Microsoft Office Professional Plus 2013.
    2) I set up the Oracle data source using the client Net Manager. I can connect from there.
    3) I added it in the Oracle-provided Microsoft ODBC Administrator and can connect from there.
    I the past, after doing this, the was automatically included in the list of ODBC Databases in MS Acess but this time it's not. I tried adding it as a new data source by selecting the Microsoft ODBC for Oracle driver but receive the same  "The Oracle(tm) client and networking components were not found" error message that has plagued so many others.

    This is bad code, for lots of reasons:
    (1) Scriptlet code like this should not be used. Learn JSTL and use its <sql> tags if you must.
    (2) This code belongs in a Java object that you can test outside of a JSP. JSPs are for display only. Let server-side objects do the database work for you.
    (3) You don't close any ResultSet, Statement, or Connection that I can see. Microsoft Access doesn't save any records until you close the Connection.
    (4) You don't have any transactional logic. When you write to a database, you usually want it to be a unit of work that is committed or rolled back together.
    %

  • Login codes using java database (validates with Microsoft Access File)

    hi all pro-programmer, can you show me the code to login with the username and password using java database. When the user enters the username and password in the login page then it will go to the requested page. may i know how to do it?

    no one will give you complete code.
    i'll lay out the pieces for you, though:
    (1) start with a User object. give it username and password attributes.
    (2) write a UserDAO interface with CRUD operations for a User object.
    (3) write a UserDAOImpl for your Microsoft Access database
    (4) write an AuthenticationService interface
    (5) write an implementation of the AuthenicationService that works with the UserDAO to authorize a User.
    Use a servlet to accept request from your login page and pass it off to the service. Voila.
    PS - Here's skeleton to start with. UI, servlet, and controller are your responsibility:
    package model;
    public class User implements Serializable
        private String username;
        private String password;
        public User(String u, String p)
            this.username = u;
            this.password = p;
        public String getUsername() { return username; }
        public String getPassword() { return password; }
    public interface UserDAO
        public User findByUsername(String username);
        public void saveOrUpdate(User user);
        public void delete(User user);
    public class UserDAOImpl implements UserDAO
        private Connection connection;
        public UserDAOImpl(Connection connection)
            this.connection = connection;
        public User findByUsername(String username)
            String password = "";
            // logic for querying the database for a User
            return new User(username, password);
        public void saveOrUpdate(User user)
            // save or update a User
        public void delete(User user)
            // delete a User
    public interface AuthenticationService
        public boolean isAuthorized(String username);
    public class AuthenticationServiceImpl implements AuthenticationService
        private UserDAO userDAO;
        public AuthenticationServiceImpl()
            // Create a database connection here and the UserDAO, too.
        public boolean isAuthorized(String username)
            boolean isAuthorized = false;
            // Add logic to do the database query and decide if the username is authorized
            return isAuthorized;       
    }

  • WRT54 G2 Router Can't be accessed over internet

    Hi ALL
    I am trying to access my WRT54 G2 router using IP address assigned by ISP. But i can't access it. Which means I can access it in my officenetwork using http://192.168.1.1 but can't access from out of the network over internet using ip assigned to it by ISP like http://59.10.28.82
    Can some one help why? or what setting do i need to change?
    Message Edited by VJV on 20-01-2010 02:46 AM

    Check this link to enable Remote Management on the router and to manage your router remotely.

  • AE access over internet from PC

    is it possible to access a hard drive connected to an Airport Extreme over the internet??
    if so, how? I know i can access it over Internet from a Mac

    Do you have a WiFi Router for the Internet on your PC ? If so set up WLAN Access Point on your Nokia N8. Refer Pg. No. 100 /101 of the User_Guide ...

  • Sharing files with another mac over internet

    Hi there,
    My friend has a mac with tiger. I have a mac with tiger. We have built in ftp servers, correct? How exactly do we connect with each other over the internet to share large files? I know the answer is simple or at least available. Thanks for your time.
    rwa

    One of the most secure way to share files over the internet is to use an sftp server.
    Goto your system preferences-->sharing-->turn on remote login.
    Then on your router's or firewalls port forward tcp port 22 to your mac. Then you can log into each others mac using an SFTP client such as transmit or cyberduck.

  • Database access over INTERNET

    I have a database on a machine on the INTERNET (say MAC1).
    I also have a LAN setup, wherein we access the internet via a proxy server.
    I can ping MAC1 from the proxy server on my LAN but as I cannot ping MAC1 from any other machine in the LAN, and hence I am unable to create Net8 connection, and hence could not connect to the server.
    Looking for a way around.
    Advice..................

    The most obvious solution is open a port in the firewall, by default, that is 1521.
    Have you considered using a VPN or SSH tunnel? (If your server is *NIX based.)                                                                                                                                                                                                                                                                                                                                           

  • ICal link with Microsoft access on OS X

    want to have a Date/time column in Microsoft access to have an event appear in iCal and update automatically.

    I've found a fix - it's all explained in this article.
    If the page gets deleted: the fix is to add 127.0.0.1 port 10010 as HTTP & SSL proxy (SOCKS5) in FF. This uses the Parental Controls proxy server (which provides filtering).
    Link: [http://faq.mathletics.com/questions.php?questionid=77 here].

  • Native (Not Web) Calendar Access over Internet  / SSL

    Hi,
    Is this possible? Our company uses OCS and we have an SSL VPN. I can access the web client for outlook anywhere via HTTPS/SSL access. However to use the native calendar client or Outlook Connector - it appears I need to be on our LAN. Do you know if it is possible to access the client directly over the internet?
    Classic example is obviously syncing a PDA. It expects the calendar to be available. When I sync my PDA to my notebook on the go this isn't possible.
    Comments appreciated.
    Thanks,

    Sorry if this question sounds dumb - but I have tried to research it as much as possible. To add some detail to this:
    MS Outlook can connect to Exchange/Active Directory server over RPC port 135 over the internet - no problem. Due to viruses (Microsoft - need I say more?), many places have blocked this port and effectively shut down hosted solutions on Exchange.
    So my question here is does OCS have any such limitation? Or can I run the native client (Or MS Outlook with the Oracle Connector) in confidence over the internet without worrying about issues like the one above affecting MS Exchange?
    Thanks in advance.

Maybe you are looking for

  • Posting with trans type 300 not possible sap

    HI All, I am trying to post an entry in ABT1N. I am getting below error posting with trans type 300 not possible please assist me

  • Error in encoding SOAP Message

    hii, im new to web services ,im doing a test application using netbeans 5.5 which retrieves some information from database.Its working fine if i return eother a string or a list of strings from webservice method. But if im using a user defined dataty

  • Best 5GHZ n-only configuration for AEBS?

    Hi all, I'm trying to find the best configuration for my AEBS. I have a number of MBPs and MBs in my house but they all get terrible range. The speed is good when it's within about 30-40 feet, but it just drops off right after that. I've got a good a

  • Disk Utility Error: The underlying task reported failure on exit 1

        #!/bin/bash       # Author : Bill Hernandez     # Location : Plano, Texas     # Updated : Saturday, June 6, 2009 (1:48 PM)     # script name : setdisk_ownerenabled     # make sure to set permissions to execute     <hr>     # Description :     <hr

  • Some basic information about EBP/SRM

    Hi All, I am new to SDN as well as to EBP/SRM. While going through the forum, I got to know that there are terms like classic scenario, extended classic etc. Can anyone pls tell me what do you mena by this? How do you determine what is your scenario?