G
Gabriel
I have several complex query in my application that I want to send to back
end database (Oracle), using standard append queries it work too slow for me.
Is there a way to speed up this process, I heard that using SQL pass through
we can speed up the process but unfortunatelly my queries including local
parameters that can not be detected by database server.
What I want to do is create a recordset based on my several complex queries
than append this recordset into backend table in one single network job.
Any suggestion would be very appreciated.
Gabriel
end database (Oracle), using standard append queries it work too slow for me.
Is there a way to speed up this process, I heard that using SQL pass through
we can speed up the process but unfortunatelly my queries including local
parameters that can not be detected by database server.
What I want to do is create a recordset based on my several complex queries
than append this recordset into backend table in one single network job.
Any suggestion would be very appreciated.
Gabriel