About 159,000 results
Open links in new tab
  1. Connecting MS Access to Oracle SQLDeveloper - Stack Overflow

    Aug 27, 2013 · Once connected to the MS Access database from Oracle SQL Developer, you will see the connection in the database. You can see all the tables in the database by expanding …

  2. How to open program made by access in design mode?

    Sep 7, 2014 · 5 I have a program made and developed by Microsoft access 2003 but i can't open it's VBA code or see any tables or use the design mode even by using alt + F11 it's only open …

  3. Connect to a MS Access database with SQL Developer

    Jul 22, 2020 · I have a Microsoft Access database (.accdb extension) that I would like to query with SQL developer version 19.4. Is this possible? and how do I achieve this? I am not …

  4. ms access - How to open locked app in design mode? - Stack …

    Aug 30, 2014 · 2 Our MS Access 2000 developer left the company a year ago. We need to open his app in design mode in order to make modifications. Double-clicking the .mdb file while …

  5. database - How to SELECT in Oracle using a DBLINK located in a ...

    I don't think it is possible to share a database link between more than one user but not all. They are either private (for one user only) or public (for all users). A good way around this is to …

  6. Making a connection to an Access Database with SQL Developer …

    Dec 15, 2016 · The Access database I'm trying to connect to is specified in the connection configuration of SQL Developer v4.0.3. SQL Developer requires a fully rooted path to the …

  7. DB2 database in Oracle SQL developer - Stack Overflow

    I've heard it's possible to connect to a mainframe DB2 database with a client like Oracle SQL developer. I've looked on-line and can't seem to find the connector files needed to do this in …

  8. Oracle SQL Developer - tables cannot be seen - Stack Overflow

    SQL Developer will ask for values for SCHEMA and INCLUDE_SYNS. Set SCHEMA to your username and INCLUDE_SYNS to 0. SQL Developer 1.1 probably used a simpler query that …

  9. Query table from another ORACLE database - Stack Overflow

    Feb 6, 2015 · Oracle provides a facility called a "database link". That allows a session (connection) to one database instance to connect to another database instance. (Without this …

  10. Enabling developer view of Access DB? - Stack Overflow

    May 13, 2012 · We have a custom-built MS Access application we'd like to change slightly, for example add the year 2012 to a certain control. As may MS Access app, this one hides the …