snakehips2000
Programmer
I know there is the SQL-DMO object library which allows all objects on a SQL Server to be manipulated, i.e. databases, tables, views, stored procedures etc., but is there an equivalent reference within VBA for the objects in an Oracle database?
I'm particularly interested in changing the syntax of an Oracle SP on-the-fly via VBA and then executing it in much the same way as SQL-DMO allows it.
The basic reason for this question is that I need to dramatically improve performance of a series of Access queries which currently utilise tables linked to an Oracle back-end. It would make far more sense to use SPs on the back-end itself. However, the SPS themselves need to be amended on a regular basis and this could ideally be done from within the VBA application rather than on Oracle itself.
Thanks.
I'm particularly interested in changing the syntax of an Oracle SP on-the-fly via VBA and then executing it in much the same way as SQL-DMO allows it.
The basic reason for this question is that I need to dramatically improve performance of a series of Access queries which currently utilise tables linked to an Oracle back-end. It would make far more sense to use SPs on the back-end itself. However, the SPS themselves need to be amended on a regular basis and this could ideally be done from within the VBA application rather than on Oracle itself.
Thanks.