speed up the append query

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top