Re: How to use MS Access pass through query with MySQL
Posted by:
Marc Ozin
Date: August 28, 2009 12:02PM
Hi James,
I've just reread your code. On first glance I thought it was picking up parameters to use but now I'm more awake I can see it's not.
It looks like you're updating records in tblmembers with data from tblmemberTemp.
You're right. A straight SQL pass though should be able to handle that a shed load quicker than having to step though each one in access.
The first post I wrote should show you how to create a pass through where you can execute the SQL you need.
All the best.
PS I did find a way to pass parameters (not very neatly tho). You can see that too in the thread I started if you're interested.
Subject
Views
Written By
Posted
15905
August 15, 2009 11:51PM
7011
August 28, 2009 10:22AM
5045
September 10, 2009 06:20PM
4753
August 28, 2009 11:01AM
Re: How to use MS Access pass through query with MySQL
5102
August 28, 2009 12:02PM
5979
September 10, 2009 06:18PM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.