I need to perform direct queries from Access to an Oracle Database. Is it possible to manipulate saved queries from the VBA? (Visual Basic for Applications and Access 2000)
In VBA I'll make SELECT-statements (SQL) based on user input in a form. Then I want to perform a "direct query" to an Oracle Database. I can see two possible solutions:
1) From VBA: Alter the SQL-statements of a Access-query included in the project that is set up to be a direct query.
2) From VBA: Make a direct query, including providing all necessary information (username, password, service name of database).
I don't know how to solve any of these tasks...
-vidar
In VBA I'll make SELECT-statements (SQL) based on user input in a form. Then I want to perform a "direct query" to an Oracle Database. I can see two possible solutions:
1) From VBA: Alter the SQL-statements of a Access-query included in the project that is set up to be a direct query.
2) From VBA: Make a direct query, including providing all necessary information (username, password, service name of database).
I don't know how to solve any of these tasks...
-vidar